@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListObjectParents extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
BatchListObjectParents() |
Modifier and Type | Method and Description |
---|---|
BatchListObjectParents |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults() |
String |
getNextToken() |
ObjectReference |
getObjectReference() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setObjectReference(ObjectReference objectReference) |
String |
toString()
Returns a string representation of this object.
|
BatchListObjectParents |
withMaxResults(Integer maxResults) |
BatchListObjectParents |
withNextToken(String nextToken) |
BatchListObjectParents |
withObjectReference(ObjectReference objectReference) |
public void setObjectReference(ObjectReference objectReference)
objectReference
- public ObjectReference getObjectReference()
public BatchListObjectParents withObjectReference(ObjectReference objectReference)
objectReference
- public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public BatchListObjectParents withNextToken(String nextToken)
nextToken
- public void setMaxResults(Integer maxResults)
maxResults
- public Integer getMaxResults()
public BatchListObjectParents withMaxResults(Integer maxResults)
maxResults
- public String toString()
toString
in class Object
Object.toString()
public BatchListObjectParents clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.