@Generated(value="software.amazon.awssdk:codegen") public final class FaultRootCause extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FaultRootCause.Builder,FaultRootCause>
The root cause information for a trace summary fault.
Modifier and Type | Class and Description |
---|---|
static interface |
FaultRootCause.Builder |
Modifier and Type | Method and Description |
---|---|
static FaultRootCause.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FaultRootCause.Builder> |
serializableBuilderClass() |
List<FaultRootCauseService> |
services()
A list of corresponding services.
|
FaultRootCause.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<FaultRootCauseService> services()
A list of corresponding services. 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 FaultRootCause.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FaultRootCause.Builder,FaultRootCause>
public static FaultRootCause.Builder builder()
public static Class<? extends FaultRootCause.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.