@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 associated with an object.
|
BatchListObjectChildrenResponse |
getListObjectChildren()
Returns a paginated list of child objects associated with a given object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setListObjectAttributes(BatchListObjectAttributesResponse listObjectAttributes)
Lists all attributes associated with an object.
|
void |
setListObjectChildren(BatchListObjectChildrenResponse listObjectChildren)
Returns a paginated list of child objects 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 associated with an object.
|
BatchReadSuccessfulResponse |
withListObjectChildren(BatchListObjectChildrenResponse listObjectChildren)
Returns a paginated list of child objects associated with a given object.
|
public void setListObjectAttributes(BatchListObjectAttributesResponse listObjectAttributes)
Lists all attributes associated with an object.
listObjectAttributes
- Lists all attributes associated with an object.public BatchListObjectAttributesResponse getListObjectAttributes()
Lists all attributes associated with an object.
public BatchReadSuccessfulResponse withListObjectAttributes(BatchListObjectAttributesResponse listObjectAttributes)
Lists all attributes associated with an object.
listObjectAttributes
- Lists all attributes associated with an object.public void setListObjectChildren(BatchListObjectChildrenResponse listObjectChildren)
Returns a paginated list of child objects associated with a given object.
listObjectChildren
- Returns a paginated list of child objects associated with a given object.public BatchListObjectChildrenResponse getListObjectChildren()
Returns a paginated list of child objects associated with a given object.
public BatchReadSuccessfulResponse withListObjectChildren(BatchListObjectChildrenResponse listObjectChildren)
Returns a paginated list of child objects associated with a given object.
listObjectChildren
- Returns a paginated list of child objects associated with a given object.public String toString()
toString
in class Object
Object.toString()
public BatchReadSuccessfulResponse 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.