@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchCreateObjectResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a CreateObject response operation.
| Constructor and Description |
|---|
BatchCreateObjectResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateObjectResponse |
clone() |
boolean |
equals(Object obj) |
String |
getObjectIdentifier()
ID associated with the object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setObjectIdentifier(String objectIdentifier)
ID associated with the object.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchCreateObjectResponse |
withObjectIdentifier(String objectIdentifier)
ID associated with the object.
|
public void setObjectIdentifier(String objectIdentifier)
ID associated with the object.
objectIdentifier - ID associated with the object.public String getObjectIdentifier()
ID associated with the object.
public BatchCreateObjectResponse withObjectIdentifier(String objectIdentifier)
ID associated with the object.
objectIdentifier - ID associated with the object.public String toString()
toString in class ObjectObject.toString()public BatchCreateObjectResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.