@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAWSDefaultServiceQuotasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAWSDefaultServiceQuotasResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAWSDefaultServiceQuotasResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
(Optional) Use this parameter in a request if you receive a
NextToken response in a previous request
that indicates that there's more output available. |
List<ServiceQuota> |
getQuotas()
A list of the quotas in the account with the AWS default values.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
(Optional) Use this parameter in a request if you receive a
NextToken response in a previous request
that indicates that there's more output available. |
void |
setQuotas(Collection<ServiceQuota> quotas)
A list of the quotas in the account with the AWS default values.
|
String |
toString()
Returns a string representation of this object.
|
ListAWSDefaultServiceQuotasResult |
withNextToken(String nextToken)
(Optional) Use this parameter in a request if you receive a
NextToken response in a previous request
that indicates that there's more output available. |
ListAWSDefaultServiceQuotasResult |
withQuotas(Collection<ServiceQuota> quotas)
A list of the quotas in the account with the AWS default values.
|
ListAWSDefaultServiceQuotasResult |
withQuotas(ServiceQuota... quotas)
A list of the quotas in the account with the AWS default values.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
(Optional) Use this parameter in a request if you receive a NextToken response in a previous request
that indicates that there's more output available. In a subsequent call, set it to the value of the previous
call's NextToken response to indicate where the output should continue from.
nextToken - (Optional) Use this parameter in a request if you receive a NextToken response in a previous
request that indicates that there's more output available. In a subsequent call, set it to the value of
the previous call's NextToken response to indicate where the output should continue from.public String getNextToken()
(Optional) Use this parameter in a request if you receive a NextToken response in a previous request
that indicates that there's more output available. In a subsequent call, set it to the value of the previous
call's NextToken response to indicate where the output should continue from.
NextToken response in a previous
request that indicates that there's more output available. In a subsequent call, set it to the value of
the previous call's NextToken response to indicate where the output should continue from.public ListAWSDefaultServiceQuotasResult withNextToken(String nextToken)
(Optional) Use this parameter in a request if you receive a NextToken response in a previous request
that indicates that there's more output available. In a subsequent call, set it to the value of the previous
call's NextToken response to indicate where the output should continue from.
nextToken - (Optional) Use this parameter in a request if you receive a NextToken response in a previous
request that indicates that there's more output available. In a subsequent call, set it to the value of
the previous call's NextToken response to indicate where the output should continue from.public List<ServiceQuota> getQuotas()
A list of the quotas in the account with the AWS default values.
public void setQuotas(Collection<ServiceQuota> quotas)
A list of the quotas in the account with the AWS default values.
quotas - A list of the quotas in the account with the AWS default values.public ListAWSDefaultServiceQuotasResult withQuotas(ServiceQuota... quotas)
A list of the quotas in the account with the AWS default values.
NOTE: This method appends the values to the existing list (if any). Use
setQuotas(java.util.Collection) or withQuotas(java.util.Collection) if you want to override the
existing values.
quotas - A list of the quotas in the account with the AWS default values.public ListAWSDefaultServiceQuotasResult withQuotas(Collection<ServiceQuota> quotas)
A list of the quotas in the account with the AWS default values.
quotas - A list of the quotas in the account with the AWS default values.public String toString()
toString in class ObjectObject.toString()public ListAWSDefaultServiceQuotasResult clone()
Copyright © 2019. All rights reserved.