@Generated(value="software.amazon.awssdk:codegen") public final class FaultRootCauseService extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FaultRootCauseService.Builder,FaultRootCauseService>
A collection of fields identifying the services in a trace summary fault.
Modifier and Type | Class and Description |
---|---|
static interface |
FaultRootCauseService.Builder |
Modifier and Type | Method and Description |
---|---|
String |
accountId()
The account ID associated to the service.
|
static FaultRootCauseService.Builder |
builder() |
List<FaultRootCauseEntity> |
entityPath()
The path of root cause entities found on the service.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
inferred()
A Boolean value indicating if the service is inferred from the trace.
|
String |
name()
The service name.
|
List<String> |
names()
A collection of associated service names.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FaultRootCauseService.Builder> |
serializableBuilderClass() |
FaultRootCauseService.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
type()
The type associated to the service.
|
copy
public String name()
The service name.
public List<String> names()
A collection of associated service names.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String type()
The type associated to the service.
public String accountId()
The account ID associated to the service.
public List<FaultRootCauseEntity> entityPath()
The path of root cause entities found on the service.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Boolean inferred()
A Boolean value indicating if the service is inferred from the trace.
public FaultRootCauseService.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FaultRootCauseService.Builder,FaultRootCauseService>
public static FaultRootCauseService.Builder builder()
public static Class<? extends FaultRootCauseService.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.