@Generated(value="software.amazon.awssdk:codegen") public final class ResponseTimeRootCauseService extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResponseTimeRootCauseService.Builder,ResponseTimeRootCauseService>
A collection of fields identifying the service in a response time warning.
Modifier and Type | Class and Description |
---|---|
static interface |
ResponseTimeRootCauseService.Builder |
Modifier and Type | Method and Description |
---|---|
String |
accountId()
The account ID associated to the service.
|
static ResponseTimeRootCauseService.Builder |
builder() |
List<ResponseTimeRootCauseEntity> |
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 ResponseTimeRootCauseService.Builder> |
serializableBuilderClass() |
ResponseTimeRootCauseService.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<ResponseTimeRootCauseEntity> 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 ResponseTimeRootCauseService.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResponseTimeRootCauseService.Builder,ResponseTimeRootCauseService>
public static ResponseTimeRootCauseService.Builder builder()
public static Class<? extends ResponseTimeRootCauseService.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.