@Generated(value="software.amazon.awssdk:codegen") public final class ErrorRootCauseEntity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ErrorRootCauseEntity.Builder,ErrorRootCauseEntity>
A collection of segments and corresponding subsegments associated to a trace summary error.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ErrorRootCauseEntity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ErrorRootCauseEntity.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<RootCauseException> |
exceptions()
The types and messages of the exceptions.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasExceptions()
Returns true if the Exceptions property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
String |
name()
The name of the entity.
|
Boolean |
remote()
A flag that denotes a remote subsegment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ErrorRootCauseEntity.Builder> |
serializableBuilderClass() |
ErrorRootCauseEntity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the entity.
public final boolean hasExceptions()
public final List<RootCauseException> exceptions()
The types and messages of the exceptions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasExceptions() to see if a value was sent in this field.
public final Boolean remote()
A flag that denotes a remote subsegment.
public ErrorRootCauseEntity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ErrorRootCauseEntity.Builder,ErrorRootCauseEntity>public static ErrorRootCauseEntity.Builder builder()
public static Class<? extends ErrorRootCauseEntity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.