@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAccountLimitsResponse extends AutoScalingResponse implements ToCopyableBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAccountLimitsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeAccountLimitsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxNumberOfAutoScalingGroups()
The maximum number of groups allowed for your AWS account.
|
Integer |
maxNumberOfLaunchConfigurations()
The maximum number of launch configurations allowed for your AWS account.
|
Integer |
numberOfAutoScalingGroups()
The current number of groups for your AWS account.
|
Integer |
numberOfLaunchConfigurations()
The current number of launch configurations for your AWS account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAccountLimitsResponse.Builder> |
serializableBuilderClass() |
DescribeAccountLimitsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Integer maxNumberOfAutoScalingGroups()
The maximum number of groups allowed for your AWS account. The default limit is 200 per region.
public Integer maxNumberOfLaunchConfigurations()
The maximum number of launch configurations allowed for your AWS account. The default limit is 200 per region.
public Integer numberOfAutoScalingGroups()
The current number of groups for your AWS account.
public Integer numberOfLaunchConfigurations()
The current number of launch configurations for your AWS account.
public DescribeAccountLimitsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAccountLimitsResponse.Builder,DescribeAccountLimitsResponse>toBuilder in class AwsResponsepublic static DescribeAccountLimitsResponse.Builder builder()
public static Class<? extends DescribeAccountLimitsResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.