@Generated(value="software.amazon.awssdk:codegen") public final class GetMetricStatisticsResponse extends CloudWatchResponse implements ToCopyableBuilder<GetMetricStatisticsResponse.Builder,GetMetricStatisticsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMetricStatisticsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetMetricStatisticsResponse.Builder |
builder() |
List<Datapoint> |
datapoints()
The data points for the specified metric.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
label()
A label for the specified metric.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMetricStatisticsResponse.Builder> |
serializableBuilderClass() |
GetMetricStatisticsResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String label()
A label for the specified metric.
public List<Datapoint> datapoints()
The data points for the specified metric.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public GetMetricStatisticsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetMetricStatisticsResponse.Builder,GetMetricStatisticsResponse>toBuilder in class AwsResponsepublic static GetMetricStatisticsResponse.Builder builder()
public static Class<? extends GetMetricStatisticsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.