@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchLookupPolicyResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a LookupPolicy response operation.
| Constructor and Description |
|---|
BatchLookupPolicyResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchLookupPolicyResponse |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token.
|
List<PolicyToPath> |
getPolicyToPathList()
Provides list of path to policies.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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.
|
BatchLookupPolicyResponse |
withNextToken(String nextToken)
The pagination token.
|
BatchLookupPolicyResponse |
withPolicyToPathList(Collection<PolicyToPath> policyToPathList)
Provides list of path to policies.
|
BatchLookupPolicyResponse |
withPolicyToPathList(PolicyToPath... policyToPathList)
Provides list of path to policies.
|
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 BatchLookupPolicyResponse 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 BatchLookupPolicyResponse 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 BatchLookupPolicyResponse withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String toString()
toString in class ObjectObject.toString()public BatchLookupPolicyResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.