@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssociatedResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAssociatedResourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedResourcesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplication()
The name or ID of the application.
|
Integer |
getMaxResults()
The upper bound of the number of results to return (cannot exceed 25).
|
String |
getNextToken()
The token to use to get the next page of results after a previous API call.
|
int |
hashCode() |
void |
setApplication(String application)
The name or ID of the application.
|
void |
setMaxResults(Integer maxResults)
The upper bound of the number of results to return (cannot exceed 25).
|
void |
setNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
String |
toString()
Returns a string representation of this object.
|
ListAssociatedResourcesRequest |
withApplication(String application)
The name or ID of the application.
|
ListAssociatedResourcesRequest |
withMaxResults(Integer maxResults)
The upper bound of the number of results to return (cannot exceed 25).
|
ListAssociatedResourcesRequest |
withNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setApplication(String application)
The name or ID of the application.
application - The name or ID of the application.public String getApplication()
The name or ID of the application.
public ListAssociatedResourcesRequest withApplication(String application)
The name or ID of the application.
application - The name or ID of the application.public void setNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
nextToken - The token to use to get the next page of results after a previous API call.public String getNextToken()
The token to use to get the next page of results after a previous API call.
public ListAssociatedResourcesRequest withNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
nextToken - The token to use to get the next page of results after a previous API call.public void setMaxResults(Integer maxResults)
The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.
maxResults - The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it
defaults to 25. This value is optional.public Integer getMaxResults()
The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.
public ListAssociatedResourcesRequest withMaxResults(Integer maxResults)
The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.
maxResults - The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it
defaults to 25. This value is optional.public String toString()
toString in class ObjectObject.toString()public ListAssociatedResourcesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.