Class RoundTripTime
- java.lang.Object
-
- software.amazon.awssdk.services.internetmonitor.model.RoundTripTime
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RoundTripTime.Builder,RoundTripTime>
@Generated("software.amazon.awssdk:codegen") public final class RoundTripTime extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RoundTripTime.Builder,RoundTripTime>
Round-trip time (RTT) is how long it takes for a request from the user to return a response to the user. Amazon CloudWatch Internet Monitor calculates RTT at different percentiles: p50, p90, and p95.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRoundTripTime.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RoundTripTime.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Doublep50()RTT at the 50th percentile (p50).Doublep90()RTT at the 90th percentile (p90).Doublep95()RTT at the 95th percentile (p95).List<SdkField<?>>sdkFields()static Class<? extends RoundTripTime.Builder>serializableBuilderClass()RoundTripTime.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
p50
public final Double p50()
RTT at the 50th percentile (p50).
- Returns:
- RTT at the 50th percentile (p50).
-
p90
public final Double p90()
RTT at the 90th percentile (p90).
- Returns:
- RTT at the 90th percentile (p90).
-
p95
public final Double p95()
RTT at the 95th percentile (p95).
- Returns:
- RTT at the 95th percentile (p95).
-
toBuilder
public RoundTripTime.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RoundTripTime.Builder,RoundTripTime>
-
builder
public static RoundTripTime.Builder builder()
-
serializableBuilderClass
public static Class<? extends RoundTripTime.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-