@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 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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setListObjectAttributes(BatchListObjectAttributes listObjectAttributes)
Lists all attributes 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 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 associated with an object.
listObjectAttributes
- Lists all attributes associated with an object.public BatchListObjectAttributes getListObjectAttributes()
Lists all attributes associated with an object.
public BatchReadOperation withListObjectAttributes(BatchListObjectAttributes listObjectAttributes)
Lists all attributes associated with an object.
listObjectAttributes
- Lists all attributes 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 Object
Object.toString()
public BatchReadOperation 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.