public class DescribeAccountLimitsResponse extends AbstractModel
header, skipSign
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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.