@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchLookupPolicy extends Object implements Serializable, Cloneable, StructuredPojo
Lists all policies from the root of the Directory to the object specified inside a BatchRead operation. For more information, see LookupPolicy and BatchReadRequest$Operations.
Constructor and Description |
---|
BatchLookupPolicy() |
Modifier and Type | Method and Description |
---|---|
BatchLookupPolicy |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to retrieve.
|
String |
getNextToken()
The pagination token.
|
ObjectReference |
getObjectReference()
Reference that identifies the object whose policies will be looked up.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setObjectReference(ObjectReference objectReference)
Reference that identifies the object whose policies will be looked up.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchLookupPolicy |
withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchLookupPolicy |
withNextToken(String nextToken)
The pagination token.
|
BatchLookupPolicy |
withObjectReference(ObjectReference objectReference)
Reference that identifies the object whose policies will be looked up.
|
public void setObjectReference(ObjectReference objectReference)
Reference that identifies the object whose policies will be looked up.
objectReference
- Reference that identifies the object whose policies will be looked up.public ObjectReference getObjectReference()
Reference that identifies the object whose policies will be looked up.
public BatchLookupPolicy withObjectReference(ObjectReference objectReference)
Reference that identifies the object whose policies will be looked up.
objectReference
- Reference that identifies the object whose policies will be looked up.public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public BatchLookupPolicy withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public void setMaxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults
- The maximum number of results to retrieve.public Integer getMaxResults()
The maximum number of results to retrieve.
public BatchLookupPolicy withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults
- The maximum number of results to retrieve.public String toString()
toString
in class Object
Object.toString()
public BatchLookupPolicy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.