@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListObjectParentPaths extends Object implements Serializable, Cloneable, StructuredPojo
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects inside a BatchRead operation. For more information, see ListObjectParentPaths and BatchReadRequest$Operations.
Constructor and Description |
---|
BatchListObjectParentPaths() |
Modifier and Type | Method and Description |
---|---|
BatchListObjectParentPaths |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to retrieve.
|
String |
getNextToken()
The pagination token.
|
ObjectReference |
getObjectReference()
The reference that identifies the object whose attributes will be listed.
|
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)
The reference that identifies the object whose attributes will be listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchListObjectParentPaths |
withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchListObjectParentPaths |
withNextToken(String nextToken)
The pagination token.
|
BatchListObjectParentPaths |
withObjectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
|
public void setObjectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
objectReference
- The reference that identifies the object whose attributes will be listed.public ObjectReference getObjectReference()
The reference that identifies the object whose attributes will be listed.
public BatchListObjectParentPaths withObjectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
objectReference
- The reference that identifies the object whose attributes will be listed.public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public BatchListObjectParentPaths 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 BatchListObjectParentPaths 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 BatchListObjectParentPaths 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.