@Generated(value="software.amazon.awssdk:codegen") public final class HistoricalMetricResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HistoricalMetricResult.Builder,HistoricalMetricResult>
Contains information about the historical metrics retrieved.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HistoricalMetricResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HistoricalMetricResult.Builder |
builder() |
List<HistoricalMetricData> |
collections()
The set of metrics.
|
Dimensions |
dimensions()
The dimension for the metrics.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCollections()
Returns true if the Collections property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends HistoricalMetricResult.Builder> |
serializableBuilderClass() |
HistoricalMetricResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Dimensions dimensions()
The dimension for the metrics.
public final boolean hasCollections()
public final List<HistoricalMetricData> collections()
The set of metrics.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCollections() to see if a value was sent in this field.
public HistoricalMetricResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HistoricalMetricResult.Builder,HistoricalMetricResult>public static HistoricalMetricResult.Builder builder()
public static Class<? extends HistoricalMetricResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.