public class DescribeResourcePoliciesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the resource policies in this account.
Constructor and Description |
---|
DescribeResourcePoliciesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getLimit()
The maximum number of resource policies to be displayed with one call of
this API.
|
java.lang.String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setLimit(java.lang.Integer limit)
The maximum number of resource policies to be displayed with one call of
this API.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeResourcePoliciesRequest |
withLimit(java.lang.Integer limit)
The maximum number of resource policies to be displayed with one call of
this API.
|
DescribeResourcePoliciesRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getNextToken()
The token for the next set of items to return. The token expires after 24 hours.
Constraints:
Length: 1 -
The token for the next set of items to return. The token expires after 24 hours.
public void setNextToken(java.lang.String nextToken)
The token for the next set of items to return. The token expires after 24 hours.
Constraints:
Length: 1 -
nextToken
- The token for the next set of items to return. The token expires after 24 hours.
public DescribeResourcePoliciesRequest withNextToken(java.lang.String nextToken)
The token for the next set of items to return. The token expires after 24 hours.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nextToken
- The token for the next set of items to return. The token expires after 24 hours.
public java.lang.Integer getLimit()
The maximum number of resource policies to be displayed with one call of this API.
Constraints:
Range: 1 - 50
The maximum number of resource policies to be displayed with one call of this API.
public void setLimit(java.lang.Integer limit)
The maximum number of resource policies to be displayed with one call of this API.
Constraints:
Range: 1 - 50
limit
- The maximum number of resource policies to be displayed with one call of this API.
public DescribeResourcePoliciesRequest withLimit(java.lang.Integer limit)
The maximum number of resource policies to be displayed with one call of this API.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 50
limit
- The maximum number of resource policies to be displayed with one call of this API.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.