@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchReadOperation extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a BatchRead operation.
| Constructor and Description |
|---|
BatchReadOperation() |
| Modifier and Type | Method and Description |
|---|---|
BatchReadOperation |
clone() |
boolean |
equals(Object obj) |
BatchListObjectAttributes |
getListObjectAttributes()
Lists all attributes that are associated with an object.
|
BatchListObjectChildren |
getListObjectChildren()
Returns a paginated list of child objects that are associated with a given object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setListObjectAttributes(BatchListObjectAttributes listObjectAttributes)
Lists all attributes that are associated with an object.
|
void |
setListObjectChildren(BatchListObjectChildren listObjectChildren)
Returns a paginated list of child objects that are associated with a given object.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchReadOperation |
withListObjectAttributes(BatchListObjectAttributes listObjectAttributes)
Lists all attributes that are associated with an object.
|
BatchReadOperation |
withListObjectChildren(BatchListObjectChildren listObjectChildren)
Returns a paginated list of child objects that are associated with a given object.
|
public void setListObjectAttributes(BatchListObjectAttributes listObjectAttributes)
Lists all attributes that are associated with an object.
listObjectAttributes - Lists all attributes that are associated with an object.public BatchListObjectAttributes getListObjectAttributes()
Lists all attributes that are associated with an object.
public BatchReadOperation withListObjectAttributes(BatchListObjectAttributes listObjectAttributes)
Lists all attributes that are associated with an object.
listObjectAttributes - Lists all attributes that are associated with an object.public void setListObjectChildren(BatchListObjectChildren listObjectChildren)
Returns a paginated list of child objects that are associated with a given object.
listObjectChildren - Returns a paginated list of child objects that are associated with a given object.public BatchListObjectChildren getListObjectChildren()
Returns a paginated list of child objects that are associated with a given object.
public BatchReadOperation withListObjectChildren(BatchListObjectChildren listObjectChildren)
Returns a paginated list of child objects that are associated with a given object.
listObjectChildren - Returns a paginated list of child objects that are associated with a given object.public String toString()
toString in class ObjectObject.toString()public BatchReadOperation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.