@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchReadSuccessfulResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a BatchRead success response operation.
| Constructor and Description |
|---|
BatchReadSuccessfulResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchReadSuccessfulResponse |
clone() |
boolean |
equals(Object obj) |
BatchListObjectAttributesResponse |
getListObjectAttributes()
Lists all attributes that are associated with an object.
|
BatchListObjectChildrenResponse |
getListObjectChildren()
Returns a paginated list of child objects that are associated with a given object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setListObjectAttributes(BatchListObjectAttributesResponse listObjectAttributes)
Lists all attributes that are associated with an object.
|
void |
setListObjectChildren(BatchListObjectChildrenResponse 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.
|
BatchReadSuccessfulResponse |
withListObjectAttributes(BatchListObjectAttributesResponse listObjectAttributes)
Lists all attributes that are associated with an object.
|
BatchReadSuccessfulResponse |
withListObjectChildren(BatchListObjectChildrenResponse listObjectChildren)
Returns a paginated list of child objects that are associated with a given object.
|
public void setListObjectAttributes(BatchListObjectAttributesResponse listObjectAttributes)
Lists all attributes that are associated with an object.
listObjectAttributes - Lists all attributes that are associated with an object.public BatchListObjectAttributesResponse getListObjectAttributes()
Lists all attributes that are associated with an object.
public BatchReadSuccessfulResponse withListObjectAttributes(BatchListObjectAttributesResponse listObjectAttributes)
Lists all attributes that are associated with an object.
listObjectAttributes - Lists all attributes that are associated with an object.public void setListObjectChildren(BatchListObjectChildrenResponse 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 BatchListObjectChildrenResponse getListObjectChildren()
Returns a paginated list of child objects that are associated with a given object.
public BatchReadSuccessfulResponse withListObjectChildren(BatchListObjectChildrenResponse 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 BatchReadSuccessfulResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.