@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourceDelegatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListResourceDelegatesRequest() |
Modifier and Type | Method and Description |
---|---|
ListResourceDelegatesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The number of maximum results in a page.
|
String |
getNextToken()
The token used to paginate through the delegates associated with a resource.
|
String |
getOrganizationId()
The identifier for the organization that contains the resource for which delegates are listed.
|
String |
getResourceId()
The identifier for the resource whose delegates are listed.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The number of maximum results in a page.
|
void |
setNextToken(String nextToken)
The token used to paginate through the delegates associated with a resource.
|
void |
setOrganizationId(String organizationId)
The identifier for the organization that contains the resource for which delegates are listed.
|
void |
setResourceId(String resourceId)
The identifier for the resource whose delegates are listed.
|
String |
toString()
Returns a string representation of this object.
|
ListResourceDelegatesRequest |
withMaxResults(Integer maxResults)
The number of maximum results in a page.
|
ListResourceDelegatesRequest |
withNextToken(String nextToken)
The token used to paginate through the delegates associated with a resource.
|
ListResourceDelegatesRequest |
withOrganizationId(String organizationId)
The identifier for the organization that contains the resource for which delegates are listed.
|
ListResourceDelegatesRequest |
withResourceId(String resourceId)
The identifier for the resource whose delegates are listed.
|
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 that contains the resource for which delegates are listed.
organizationId
- The identifier for the organization that contains the resource for which delegates are listed.public String getOrganizationId()
The identifier for the organization that contains the resource for which delegates are listed.
public ListResourceDelegatesRequest withOrganizationId(String organizationId)
The identifier for the organization that contains the resource for which delegates are listed.
organizationId
- The identifier for the organization that contains the resource for which delegates are listed.public void setResourceId(String resourceId)
The identifier for the resource whose delegates are listed.
resourceId
- The identifier for the resource whose delegates are listed.public String getResourceId()
The identifier for the resource whose delegates are listed.
public ListResourceDelegatesRequest withResourceId(String resourceId)
The identifier for the resource whose delegates are listed.
resourceId
- The identifier for the resource whose delegates are listed.public void setNextToken(String nextToken)
The token used to paginate through the delegates associated with a resource.
nextToken
- The token used to paginate through the delegates associated with a resource.public String getNextToken()
The token used to paginate through the delegates associated with a resource.
public ListResourceDelegatesRequest withNextToken(String nextToken)
The token used to paginate through the delegates associated with a resource.
nextToken
- The token used to paginate through the delegates associated with a resource.public void setMaxResults(Integer maxResults)
The number of maximum results in a page.
maxResults
- The number of maximum results in a page.public Integer getMaxResults()
The number of maximum results in a page.
public ListResourceDelegatesRequest withMaxResults(Integer maxResults)
The number of maximum results in a page.
maxResults
- The number of maximum results in a page.public String toString()
toString
in class Object
Object.toString()
public ListResourceDelegatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.