@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() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of items to return for this call.
|
String |
getNextToken()
A token to start the list.
|
String |
getResourceArn()
Amazon Resource Name (ARN) of the resource to which the policies are attached.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
void |
setNextToken(String nextToken)
A token to start the list.
|
void |
setResourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource to which the policies are attached.
|
String |
toString()
Returns a string representation of this object.
|
GetResourcePoliciesRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
GetResourcePoliciesRequest |
withNextToken(String nextToken)
A token to start the list.
|
GetResourcePoliciesRequest |
withResourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource to which the policies are attached.
|
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, withSdkRequestTimeout
public void setResourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource to which the policies are attached.
resourceArn
- Amazon Resource Name (ARN) of the resource to which the policies are attached.public String getResourceArn()
Amazon Resource Name (ARN) of the resource to which the policies are attached.
public GetResourcePoliciesRequest withResourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource to which the policies are attached.
resourceArn
- Amazon Resource Name (ARN) of the resource to which the policies are attached.public void setNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.public String getNextToken()
A token to start the list. Use this token to get the next set of results.
public GetResourcePoliciesRequest withNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public Integer getMaxResults()
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public GetResourcePoliciesRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public GetResourcePoliciesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.