@Generated(value="software.amazon.awssdk:codegen") public final class ResponseTimeRootCauseEntity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResponseTimeRootCauseEntity.Builder,ResponseTimeRootCauseEntity>
A collection of segments and corresponding subsegments associated to a response time warning.
Modifier and Type | Class and Description |
---|---|
static interface |
ResponseTimeRootCauseEntity.Builder |
Modifier and Type | Method and Description |
---|---|
static ResponseTimeRootCauseEntity.Builder |
builder() |
Double |
coverage()
The types and messages of the exceptions.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the entity.
|
Boolean |
remote()
A flag that denotes a remote subsegment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResponseTimeRootCauseEntity.Builder> |
serializableBuilderClass() |
ResponseTimeRootCauseEntity.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of the entity.
public Double coverage()
The types and messages of the exceptions.
public Boolean remote()
A flag that denotes a remote subsegment.
public ResponseTimeRootCauseEntity.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResponseTimeRootCauseEntity.Builder,ResponseTimeRootCauseEntity>
public static ResponseTimeRootCauseEntity.Builder builder()
public static Class<? extends ResponseTimeRootCauseEntity.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.