@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourcePoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetResourcePoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetResourcePoliciesRequest |
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 resource policies to display for each page of results.
|
String |
getNextToken()
The pagination token for the next set of items to return.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) of the response plan with the attached resource policy.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of resource policies to display for each page of results.
|
void |
setNextToken(String nextToken)
The pagination token for the next set of items to return.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the response plan with the attached resource policy.
|
String |
toString()
Returns a string representation of this object.
|
GetResourcePoliciesRequest |
withMaxResults(Integer maxResults)
The maximum number of resource policies to display for each page of results.
|
GetResourcePoliciesRequest |
withNextToken(String nextToken)
The pagination token for the next set of items to return.
|
GetResourcePoliciesRequest |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the response plan with the attached resource policy.
|
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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
The maximum number of resource policies to display for each page of results.
maxResults - The maximum number of resource policies to display for each page of results.public Integer getMaxResults()
The maximum number of resource policies to display for each page of results.
public GetResourcePoliciesRequest withMaxResults(Integer maxResults)
The maximum number of resource policies to display for each page of results.
maxResults - The maximum number of resource policies to display for each page of results.public void setNextToken(String nextToken)
The pagination token for the next set of items to return. (You received this token from a previous call.)
nextToken - The pagination token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The pagination token for the next set of items to return. (You received this token from a previous call.)
public GetResourcePoliciesRequest withNextToken(String nextToken)
The pagination token for the next set of items to return. (You received this token from a previous call.)
nextToken - The pagination token for the next set of items to return. (You received this token from a previous call.)public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the response plan with the attached resource policy.
resourceArn - The Amazon Resource Name (ARN) of the response plan with the attached resource policy.public String getResourceArn()
The Amazon Resource Name (ARN) of the response plan with the attached resource policy.
public GetResourcePoliciesRequest withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the response plan with the attached resource policy.
resourceArn - The Amazon Resource Name (ARN) of the response plan with the attached resource policy.public String toString()
toString in class ObjectObject.toString()public GetResourcePoliciesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()