@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceQuotasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListServiceQuotasResult() |
Modifier and Type | Method and Description |
---|---|
ListServiceQuotasResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If present in the response, this value indicates there's more output available that what's included in the
current response.
|
List<ServiceQuota> |
getQuotas()
The response information for a quota lists all attribute information for the quota.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If present in the response, this value indicates there's more output available that what's included in the
current response.
|
void |
setQuotas(Collection<ServiceQuota> quotas)
The response information for a quota lists all attribute information for the quota.
|
String |
toString()
Returns a string representation of this object.
|
ListServiceQuotasResult |
withNextToken(String nextToken)
If present in the response, this value indicates there's more output available that what's included in the
current response.
|
ListServiceQuotasResult |
withQuotas(Collection<ServiceQuota> quotas)
The response information for a quota lists all attribute information for the quota.
|
ListServiceQuotasResult |
withQuotas(ServiceQuota... quotas)
The response information for a quota lists all attribute information for the quota.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If present in the response, this value indicates there's more output available that what's included in the
current response. This can occur even when the response includes no values at all, such as when you ask for a
filtered view of a very long list. Use this value in the NextToken
request parameter in a subsequent
call to the operation to continue processing and get the next part of the output. You should repeat this until
the NextToken
response element comes back empty (as null
).
nextToken
- If present in the response, this value indicates there's more output available that what's included in the
current response. This can occur even when the response includes no values at all, such as when you ask
for a filtered view of a very long list. Use this value in the NextToken
request parameter in
a subsequent call to the operation to continue processing and get the next part of the output. You should
repeat this until the NextToken
response element comes back empty (as null
).public String getNextToken()
If present in the response, this value indicates there's more output available that what's included in the
current response. This can occur even when the response includes no values at all, such as when you ask for a
filtered view of a very long list. Use this value in the NextToken
request parameter in a subsequent
call to the operation to continue processing and get the next part of the output. You should repeat this until
the NextToken
response element comes back empty (as null
).
NextToken
request
parameter in a subsequent call to the operation to continue processing and get the next part of the
output. You should repeat this until the NextToken
response element comes back empty (as
null
).public ListServiceQuotasResult withNextToken(String nextToken)
If present in the response, this value indicates there's more output available that what's included in the
current response. This can occur even when the response includes no values at all, such as when you ask for a
filtered view of a very long list. Use this value in the NextToken
request parameter in a subsequent
call to the operation to continue processing and get the next part of the output. You should repeat this until
the NextToken
response element comes back empty (as null
).
nextToken
- If present in the response, this value indicates there's more output available that what's included in the
current response. This can occur even when the response includes no values at all, such as when you ask
for a filtered view of a very long list. Use this value in the NextToken
request parameter in
a subsequent call to the operation to continue processing and get the next part of the output. You should
repeat this until the NextToken
response element comes back empty (as null
).public List<ServiceQuota> getQuotas()
The response information for a quota lists all attribute information for the quota.
public void setQuotas(Collection<ServiceQuota> quotas)
The response information for a quota lists all attribute information for the quota.
quotas
- The response information for a quota lists all attribute information for the quota.public ListServiceQuotasResult withQuotas(ServiceQuota... quotas)
The response information for a quota lists all attribute information for the quota.
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
- The response information for a quota lists all attribute information for the quota.public ListServiceQuotasResult withQuotas(Collection<ServiceQuota> quotas)
The response information for a quota lists all attribute information for the quota.
quotas
- The response information for a quota lists all attribute information for the quota.public String toString()
toString
in class Object
Object.toString()
public ListServiceQuotasResult clone()