@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String autoScalingGroupName()
The name of the Auto Scaling group.
public boolean hasMetrics()
public List<String> metrics()
Specifies one or more of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
GroupInServiceCapacity
GroupPendingCapacity
GroupStandbyCapacity
GroupTerminatingCapacity
GroupTotalCapacity
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
If you omit this parameter, all metrics are disabled.
public DisableMetricsCollectionRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DisableMetricsCollectionRequest.Builder,DisableMetricsCollectionRequest>
toBuilder
in class AutoScalingRequest
public static DisableMetricsCollectionRequest.Builder builder()
public static Class<? extends DisableMetricsCollectionRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.