@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetObjectInformation extends Object implements Serializable, Cloneable, StructuredPojo
Retrieves metadata about an object inside a BatchRead operation. For more information, see GetObjectInformation and BatchReadRequest$Operations.
Constructor and Description |
---|
BatchGetObjectInformation() |
Modifier and Type | Method and Description |
---|---|
BatchGetObjectInformation |
clone() |
boolean |
equals(Object obj) |
ObjectReference |
getObjectReference()
A reference to the object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setObjectReference(ObjectReference objectReference)
A reference to the object.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchGetObjectInformation |
withObjectReference(ObjectReference objectReference)
A reference to the object.
|
public void setObjectReference(ObjectReference objectReference)
A reference to the object.
objectReference
- A reference to the object.public ObjectReference getObjectReference()
A reference to the object.
public BatchGetObjectInformation withObjectReference(ObjectReference objectReference)
A reference to the object.
objectReference
- A reference to the object.public String toString()
toString
in class Object
Object.toString()
public BatchGetObjectInformation 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.