@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourcePoliciesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetResourcePoliciesResult() |
Modifier and Type | Method and Description |
---|---|
GetResourcePoliciesResult |
clone() |
boolean |
equals(Object obj) |
List<GluePolicy> |
getGetResourcePoliciesResponseList()
A list of the individual resource policies and the account-level resource policy.
|
String |
getNextToken()
A continuation token, if the returned list does not contain the last resource policy available.
|
int |
hashCode() |
void |
setGetResourcePoliciesResponseList(Collection<GluePolicy> getResourcePoliciesResponseList)
A list of the individual resource policies and the account-level resource policy.
|
void |
setNextToken(String nextToken)
A continuation token, if the returned list does not contain the last resource policy available.
|
String |
toString()
Returns a string representation of this object.
|
GetResourcePoliciesResult |
withGetResourcePoliciesResponseList(Collection<GluePolicy> getResourcePoliciesResponseList)
A list of the individual resource policies and the account-level resource policy.
|
GetResourcePoliciesResult |
withGetResourcePoliciesResponseList(GluePolicy... getResourcePoliciesResponseList)
A list of the individual resource policies and the account-level resource policy.
|
GetResourcePoliciesResult |
withNextToken(String nextToken)
A continuation token, if the returned list does not contain the last resource policy available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<GluePolicy> getGetResourcePoliciesResponseList()
A list of the individual resource policies and the account-level resource policy.
public void setGetResourcePoliciesResponseList(Collection<GluePolicy> getResourcePoliciesResponseList)
A list of the individual resource policies and the account-level resource policy.
getResourcePoliciesResponseList
- A list of the individual resource policies and the account-level resource policy.public GetResourcePoliciesResult withGetResourcePoliciesResponseList(GluePolicy... getResourcePoliciesResponseList)
A list of the individual resource policies and the account-level resource policy.
NOTE: This method appends the values to the existing list (if any). Use
setGetResourcePoliciesResponseList(java.util.Collection)
or
withGetResourcePoliciesResponseList(java.util.Collection)
if you want to override the existing values.
getResourcePoliciesResponseList
- A list of the individual resource policies and the account-level resource policy.public GetResourcePoliciesResult withGetResourcePoliciesResponseList(Collection<GluePolicy> getResourcePoliciesResponseList)
A list of the individual resource policies and the account-level resource policy.
getResourcePoliciesResponseList
- A list of the individual resource policies and the account-level resource policy.public void setNextToken(String nextToken)
A continuation token, if the returned list does not contain the last resource policy available.
nextToken
- A continuation token, if the returned list does not contain the last resource policy available.public String getNextToken()
A continuation token, if the returned list does not contain the last resource policy available.
public GetResourcePoliciesResult withNextToken(String nextToken)
A continuation token, if the returned list does not contain the last resource policy available.
nextToken
- A continuation token, if the returned list does not contain the last resource policy available.public String toString()
toString
in class Object
Object.toString()
public GetResourcePoliciesResult clone()