@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 type and messages of the exceptions.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the entity.
public final Double coverage()
The type and messages of the exceptions.
public final Boolean remote()
A flag that denotes a remote subsegment.
public ResponseTimeRootCauseEntity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResponseTimeRootCauseEntity.Builder,ResponseTimeRootCauseEntity>public static ResponseTimeRootCauseEntity.Builder builder()
public static Class<? extends ResponseTimeRootCauseEntity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.