public class DescribeAccountLimitsResponse extends AbstractModel
Constructor and Description |
---|
DescribeAccountLimitsResponse() |
DescribeAccountLimitsResponse(DescribeAccountLimitsResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getMaxNumberOfAutoScalingGroups()
Get Maximum number of auto scaling groups allowed for creation by the user account
|
Long |
getMaxNumberOfLaunchConfigurations()
Get Maximum number of launch configurations allowed for creation by the user account
|
Long |
getNumberOfAutoScalingGroups()
Get Current number of auto scaling groups under the user account
|
Long |
getNumberOfLaunchConfigurations()
Get Current number of launch configurations under the user account
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setMaxNumberOfAutoScalingGroups(Long MaxNumberOfAutoScalingGroups)
Set Maximum number of auto scaling groups allowed for creation by the user account
|
void |
setMaxNumberOfLaunchConfigurations(Long MaxNumberOfLaunchConfigurations)
Set Maximum number of launch configurations allowed for creation by the user account
|
void |
setNumberOfAutoScalingGroups(Long NumberOfAutoScalingGroups)
Set Current number of auto scaling groups under the user account
|
void |
setNumberOfLaunchConfigurations(Long NumberOfLaunchConfigurations)
Set Current number of launch configurations under the user account
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeAccountLimitsResponse()
public DescribeAccountLimitsResponse(DescribeAccountLimitsResponse source)
public Long getMaxNumberOfLaunchConfigurations()
public void setMaxNumberOfLaunchConfigurations(Long MaxNumberOfLaunchConfigurations)
MaxNumberOfLaunchConfigurations
- Maximum number of launch configurations allowed for creation by the user accountpublic Long getNumberOfLaunchConfigurations()
public void setNumberOfLaunchConfigurations(Long NumberOfLaunchConfigurations)
NumberOfLaunchConfigurations
- Current number of launch configurations under the user accountpublic Long getMaxNumberOfAutoScalingGroups()
public void setMaxNumberOfAutoScalingGroups(Long MaxNumberOfAutoScalingGroups)
MaxNumberOfAutoScalingGroups
- Maximum number of auto scaling groups allowed for creation by the user accountpublic Long getNumberOfAutoScalingGroups()
public void setNumberOfAutoScalingGroups(Long NumberOfAutoScalingGroups)
NumberOfAutoScalingGroups
- Current number of auto scaling groups under the user accountpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.