@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LookupPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
LookupPolicyResult() |
Modifier and Type | Method and Description |
---|---|
LookupPolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token.
|
List<PolicyToPath> |
getPolicyToPathList()
Provides list of path to policies.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setPolicyToPathList(Collection<PolicyToPath> policyToPathList)
Provides list of path to policies.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LookupPolicyResult |
withNextToken(String nextToken)
The pagination token.
|
LookupPolicyResult |
withPolicyToPathList(Collection<PolicyToPath> policyToPathList)
Provides list of path to policies.
|
LookupPolicyResult |
withPolicyToPathList(PolicyToPath... policyToPathList)
Provides list of path to policies.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PolicyToPath> getPolicyToPathList()
Provides list of path to policies. Policies contain PolicyId
, ObjectIdentifier
, and
PolicyType
. For more information, see Policies.
PolicyId
, ObjectIdentifier
,
and PolicyType
. For more information, see Policies.public void setPolicyToPathList(Collection<PolicyToPath> policyToPathList)
Provides list of path to policies. Policies contain PolicyId
, ObjectIdentifier
, and
PolicyType
. For more information, see Policies.
policyToPathList
- Provides list of path to policies. Policies contain PolicyId
, ObjectIdentifier
,
and PolicyType
. For more information, see Policies.public LookupPolicyResult withPolicyToPathList(PolicyToPath... policyToPathList)
Provides list of path to policies. Policies contain PolicyId
, ObjectIdentifier
, and
PolicyType
. For more information, see Policies.
NOTE: This method appends the values to the existing list (if any). Use
setPolicyToPathList(java.util.Collection)
or withPolicyToPathList(java.util.Collection)
if you
want to override the existing values.
policyToPathList
- Provides list of path to policies. Policies contain PolicyId
, ObjectIdentifier
,
and PolicyType
. For more information, see Policies.public LookupPolicyResult withPolicyToPathList(Collection<PolicyToPath> policyToPathList)
Provides list of path to policies. Policies contain PolicyId
, ObjectIdentifier
, and
PolicyType
. For more information, see Policies.
policyToPathList
- Provides list of path to policies. Policies contain PolicyId
, ObjectIdentifier
,
and PolicyType
. For more information, see Policies.public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public LookupPolicyResult withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String toString()
toString
in class Object
Object.toString()
public LookupPolicyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.