@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListObjectParents extends Object implements Serializable, Cloneable, StructuredPojo
Lists parent objects that are associated with a given object in pagination fashion.
| Constructor and Description |
|---|
BatchListObjectParents() |
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectParents |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of items to be retrieved in a single call.
|
String |
getNextToken()
The pagination token.
|
ObjectReference |
getObjectReference() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setObjectReference(ObjectReference objectReference) |
String |
toString()
Returns a string representation of this object.
|
BatchListObjectParents |
withMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
BatchListObjectParents |
withNextToken(String nextToken)
The pagination token.
|
BatchListObjectParents |
withObjectReference(ObjectReference objectReference) |
public void setObjectReference(ObjectReference objectReference)
objectReference - public ObjectReference getObjectReference()
public BatchListObjectParents withObjectReference(ObjectReference objectReference)
objectReference - public void setNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String getNextToken()
The pagination token.
public BatchListObjectParents withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public void setMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call. This is an approximate number.
maxResults - The maximum number of items to be retrieved in a single call. This is an approximate number.public Integer getMaxResults()
The maximum number of items to be retrieved in a single call. This is an approximate number.
public BatchListObjectParents withMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call. This is an approximate number.
maxResults - The maximum number of items to be retrieved in a single call. This is an approximate number.public String toString()
toString in class ObjectObject.toString()public BatchListObjectParents clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.