@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
String |
getOrganizationId()
The identifier for the organization under which the resources exist.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setOrganizationId(String organizationId)
The identifier for the organization under which the resources exist.
|
String |
toString()
Returns a string representation of this object.
|
ListResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListResourcesRequest |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListResourcesRequest |
withOrganizationId(String organizationId)
The identifier for the organization under which the resources exist.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setOrganizationId(String organizationId)
The identifier for the organization under which the resources exist.
organizationId
- The identifier for the organization under which the resources exist.public String getOrganizationId()
The identifier for the organization under which the resources exist.
public ListResourcesRequest withOrganizationId(String organizationId)
The identifier for the organization under which the resources exist.
organizationId
- The identifier for the organization under which the resources exist.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
nextToken
- The token to use to retrieve the next page of results. The first call does not contain any tokens.public String getNextToken()
The token to use to retrieve the next page of results. The first call does not contain any tokens.
public ListResourcesRequest withNextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
nextToken
- The token to use to retrieve the next page of results. The first call does not contain any tokens.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public Integer getMaxResults()
The maximum number of results to return in a single call.
public ListResourcesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public String toString()
toString
in class Object
Object.toString()
public ListResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.