@Generated(value="software.amazon.awssdk:codegen") public final class ErrorRootCause extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ErrorRootCause.Builder,ErrorRootCause>
The root cause of a trace summary error.
Modifier and Type | Class and Description |
---|---|
static interface |
ErrorRootCause.Builder |
Modifier and Type | Method and Description |
---|---|
static ErrorRootCause.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ErrorRootCause.Builder> |
serializableBuilderClass() |
List<ErrorRootCauseService> |
services()
A list of services corresponding to an error.
|
ErrorRootCause.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<ErrorRootCauseService> services()
A list of services corresponding to an error. A service identifies a segment and it contains a name, account ID, type, and inferred flag.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ErrorRootCause.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ErrorRootCause.Builder,ErrorRootCause>
public static ErrorRootCause.Builder builder()
public static Class<? extends ErrorRootCause.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.