@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 per page of results.
|
String |
getNextToken()
The pagination token to continue to the next page of results.
|
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 per page of results.
|
void |
setNextToken(String nextToken)
The pagination token to continue to the next page of results.
|
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 per page of results.
|
GetResourcePoliciesRequest |
withNextToken(String nextToken)
The pagination token to continue to the next page of results.
|
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, withSdkRequestTimeout
public void setMaxResults(Integer maxResults)
The maximum number of resource policies to display per page of results.
maxResults
- The maximum number of resource policies to display per page of results.public Integer getMaxResults()
The maximum number of resource policies to display per page of results.
public GetResourcePoliciesRequest withMaxResults(Integer maxResults)
The maximum number of resource policies to display per page of results.
maxResults
- The maximum number of resource policies to display per page of results.public void setNextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken
- The pagination token to continue to the next page of results.public String getNextToken()
The pagination token to continue to the next page of results.
public GetResourcePoliciesRequest withNextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken
- The pagination token to continue to the next page of results.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 Object
Object.toString()
public GetResourcePoliciesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()