@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRequestedServiceQuotaChangeHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRequestedServiceQuotaChangeHistoryResult() |
Modifier and Type | Method and Description |
---|---|
ListRequestedServiceQuotaChangeHistoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<RequestedServiceQuotaChange> |
getRequestedQuotas()
Information about the quota increase requests.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setRequestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Information about the quota increase requests.
|
String |
toString()
Returns a string representation of this object.
|
ListRequestedServiceQuotaChangeHistoryResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListRequestedServiceQuotaChangeHistoryResult |
withRequestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Information about the quota increase requests.
|
ListRequestedServiceQuotaChangeHistoryResult |
withRequestedQuotas(RequestedServiceQuotaChange... requestedQuotas)
Information about the quota increase requests.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListRequestedServiceQuotaChangeHistoryResult()
public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null when there are no more results
to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
public ListRequestedServiceQuotaChangeHistoryResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null when there are no more results
to return.public List<RequestedServiceQuotaChange> getRequestedQuotas()
Information about the quota increase requests.
public void setRequestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Information about the quota increase requests.
requestedQuotas
- Information about the quota increase requests.public ListRequestedServiceQuotaChangeHistoryResult withRequestedQuotas(RequestedServiceQuotaChange... requestedQuotas)
Information about the quota increase requests.
NOTE: This method appends the values to the existing list (if any). Use
setRequestedQuotas(java.util.Collection)
or withRequestedQuotas(java.util.Collection)
if you
want to override the existing values.
requestedQuotas
- Information about the quota increase requests.public ListRequestedServiceQuotaChangeHistoryResult withRequestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Information about the quota increase requests.
requestedQuotas
- Information about the quota increase requests.public String toString()
toString
in class Object
Object.toString()
public ListRequestedServiceQuotaChangeHistoryResult clone()