@Generated(value="software.amazon.awssdk:codegen") public final class AwsAutoScalingAutoScalingGroupDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsAutoScalingAutoScalingGroupDetails.Builder,AwsAutoScalingAutoScalingGroupDetails>
Provides details about an auto scaling group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsAutoScalingAutoScalingGroupDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails> |
availabilityZones()
The list of Availability Zones for the automatic scaling group.
|
static AwsAutoScalingAutoScalingGroupDetails.Builder |
builder() |
Boolean |
capacityRebalance()
Indicates whether capacity rebalancing is enabled.
|
String |
createdTime()
Indicates when the auto scaling group was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAvailabilityZones()
For responses, this returns true if the service returned a value for the AvailabilityZones property.
|
int |
hashCode() |
boolean |
hasLoadBalancerNames()
For responses, this returns true if the service returned a value for the LoadBalancerNames property.
|
Integer |
healthCheckGracePeriod()
The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before it checks the health status of an EC2
instance that has come into service.
|
String |
healthCheckType()
The service to use for the health checks.
|
String |
launchConfigurationName()
The name of the launch configuration.
|
AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification |
launchTemplate()
The launch template to use.
|
List<String> |
loadBalancerNames()
The list of load balancers associated with the group.
|
AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails |
mixedInstancesPolicy()
The mixed instances policy for the automatic scaling group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsAutoScalingAutoScalingGroupDetails.Builder> |
serializableBuilderClass() |
AwsAutoScalingAutoScalingGroupDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String launchConfigurationName()
The name of the launch configuration.
public final boolean hasLoadBalancerNames()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> loadBalancerNames()
The list of load balancers associated with the group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLoadBalancerNames() method.
public final String healthCheckType()
The service to use for the health checks. Valid values are EC2 or ELB.
EC2 or ELB.public final Integer healthCheckGracePeriod()
The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before it checks the health status of an EC2 instance that has come into service.
public final String createdTime()
Indicates when the auto scaling group was created.
Uses the date-time format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be
separated by T. For example, 2020-03-22T13:22:13.933Z.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T. For
example, 2020-03-22T13:22:13.933Z.
public final AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails mixedInstancesPolicy()
The mixed instances policy for the automatic scaling group.
public final boolean hasAvailabilityZones()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails> availabilityZones()
The list of Availability Zones for the automatic scaling group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAvailabilityZones() method.
public final AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification launchTemplate()
The launch template to use.
public final Boolean capacityRebalance()
Indicates whether capacity rebalancing is enabled.
public AwsAutoScalingAutoScalingGroupDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsAutoScalingAutoScalingGroupDetails.Builder,AwsAutoScalingAutoScalingGroupDetails>public static AwsAutoScalingAutoScalingGroupDetails.Builder builder()
public static Class<? extends AwsAutoScalingAutoScalingGroupDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.