Class MetricPoint
java.lang.Object
software.amazon.awssdk.services.ec2.model.MetricPoint
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MetricPoint.Builder,MetricPoint>
@Generated("software.amazon.awssdk:codegen")
public final class MetricPoint
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<MetricPoint.Builder,MetricPoint>
Indicates whether the network was healthy or degraded at a particular point. The value is aggregated from the
startDate to the endDate. Currently only five_minutes is supported.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic MetricPoint.Builderbuilder()final InstantendDate()The end date for the metric point.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends MetricPoint.Builder>final InstantThe start date for the metric point.final Stringstatus()The status of the metric point.final StringtoString()Returns a string representation of this object.final Floatvalue()Returns the value of the Value property for this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
startDate
The start date for the metric point. The starting date for the metric point. The starting time must be formatted as
yyyy-mm-ddThh:mm:ss. For example,2022-06-10T12:00:00.000Z.- Returns:
- The start date for the metric point. The starting date for the metric point. The starting time must be
formatted as
yyyy-mm-ddThh:mm:ss. For example,2022-06-10T12:00:00.000Z.
-
endDate
The end date for the metric point. The ending time must be formatted as
yyyy-mm-ddThh:mm:ss. For example,2022-06-12T12:00:00.000Z.- Returns:
- The end date for the metric point. The ending time must be formatted as
yyyy-mm-ddThh:mm:ss. For example,2022-06-12T12:00:00.000Z.
-
value
Returns the value of the Value property for this object.- Returns:
- The value of the Value property for this object.
-
status
The status of the metric point.
- Returns:
- The status of the metric point.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<MetricPoint.Builder,MetricPoint>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-