@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceQuotaIncreaseRequestsInTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListServiceQuotaIncreaseRequestsInTemplateResult() |
| Modifier and Type | Method and Description |
|---|---|
ListServiceQuotaIncreaseRequestsInTemplateResult |
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<ServiceQuotaIncreaseRequestInTemplate> |
getServiceQuotaIncreaseRequestInTemplateList()
Returns the list of values of the quota increase request in the template.
|
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 |
setServiceQuotaIncreaseRequestInTemplateList(Collection<ServiceQuotaIncreaseRequestInTemplate> serviceQuotaIncreaseRequestInTemplateList)
Returns the list of values of the quota increase request in the template.
|
String |
toString()
Returns a string representation of this object.
|
ListServiceQuotaIncreaseRequestsInTemplateResult |
withNextToken(String nextToken)
If present in the response, this value indicates there's more output available that what's included in the
current response.
|
ListServiceQuotaIncreaseRequestsInTemplateResult |
withServiceQuotaIncreaseRequestInTemplateList(Collection<ServiceQuotaIncreaseRequestInTemplate> serviceQuotaIncreaseRequestInTemplateList)
Returns the list of values of the quota increase request in the template.
|
ListServiceQuotaIncreaseRequestsInTemplateResult |
withServiceQuotaIncreaseRequestInTemplateList(ServiceQuotaIncreaseRequestInTemplate... serviceQuotaIncreaseRequestInTemplateList)
Returns the list of values of the quota increase request in the template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListServiceQuotaIncreaseRequestsInTemplateResult()
public List<ServiceQuotaIncreaseRequestInTemplate> getServiceQuotaIncreaseRequestInTemplateList()
Returns the list of values of the quota increase request in the template.
public void setServiceQuotaIncreaseRequestInTemplateList(Collection<ServiceQuotaIncreaseRequestInTemplate> serviceQuotaIncreaseRequestInTemplateList)
Returns the list of values of the quota increase request in the template.
serviceQuotaIncreaseRequestInTemplateList - Returns the list of values of the quota increase request in the template.public ListServiceQuotaIncreaseRequestsInTemplateResult withServiceQuotaIncreaseRequestInTemplateList(ServiceQuotaIncreaseRequestInTemplate... serviceQuotaIncreaseRequestInTemplateList)
Returns the list of values of the quota increase request in the template.
NOTE: This method appends the values to the existing list (if any). Use
setServiceQuotaIncreaseRequestInTemplateList(java.util.Collection) or
withServiceQuotaIncreaseRequestInTemplateList(java.util.Collection) if you want to override the existing
values.
serviceQuotaIncreaseRequestInTemplateList - Returns the list of values of the quota increase request in the template.public ListServiceQuotaIncreaseRequestsInTemplateResult withServiceQuotaIncreaseRequestInTemplateList(Collection<ServiceQuotaIncreaseRequestInTemplate> serviceQuotaIncreaseRequestInTemplateList)
Returns the list of values of the quota increase request in the template.
serviceQuotaIncreaseRequestInTemplateList - Returns the list of values of the quota increase request in the template.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 ListServiceQuotaIncreaseRequestsInTemplateResult 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 String toString()
toString in class ObjectObject.toString()public ListServiceQuotaIncreaseRequestsInTemplateResult clone()
Copyright © 2019. All rights reserved.