@Generated(value="software.amazon.awssdk:codegen") public final class DisableMetricsCollectionRequest extends AutoScalingRequest implements ToCopyableBuilder<DisableMetricsCollectionRequest.Builder,DisableMetricsCollectionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisableMetricsCollectionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
autoScalingGroupName()
The name of the Auto Scaling group.
|
static DisableMetricsCollectionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasMetrics()
Returns true if the Metrics property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<String> |
metrics()
Specifies one or more of the following metrics:
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisableMetricsCollectionRequest.Builder> |
serializableBuilderClass() |
DisableMetricsCollectionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String autoScalingGroupName()
The name of the Auto Scaling group.
public final boolean hasMetrics()
public final List<String> metrics()
Specifies one or more of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
GroupInServiceCapacity
GroupPendingCapacity
GroupStandbyCapacity
GroupTerminatingCapacity
GroupTotalCapacity
WarmPoolDesiredCapacity
WarmPoolWarmedCapacity
WarmPoolPendingCapacity
WarmPoolTerminatingCapacity
WarmPoolTotalCapacity
GroupAndWarmPoolDesiredCapacity
GroupAndWarmPoolTotalCapacity
If you omit this parameter, all metrics are disabled.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasMetrics() to see if a value was sent in this field.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
GroupInServiceCapacity
GroupPendingCapacity
GroupStandbyCapacity
GroupTerminatingCapacity
GroupTotalCapacity
WarmPoolDesiredCapacity
WarmPoolWarmedCapacity
WarmPoolPendingCapacity
WarmPoolTerminatingCapacity
WarmPoolTotalCapacity
GroupAndWarmPoolDesiredCapacity
GroupAndWarmPoolTotalCapacity
If you omit this parameter, all metrics are disabled.
public DisableMetricsCollectionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisableMetricsCollectionRequest.Builder,DisableMetricsCollectionRequest>toBuilder in class AutoScalingRequestpublic static DisableMetricsCollectionRequest.Builder builder()
public static Class<? extends DisableMetricsCollectionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.