@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()
The ID that is associated with the object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setObjectIdentifier(String objectIdentifier)
The ID that is associated with the object.
|
String |
toString()
Returns a string representation of this object.
|
BatchCreateObjectResponse |
withObjectIdentifier(String objectIdentifier)
The ID that is associated with the object.
|
public void setObjectIdentifier(String objectIdentifier)
The ID that is associated with the object.
objectIdentifier - The ID that is associated with the object.public String getObjectIdentifier()
The ID that is associated with the object.
public BatchCreateObjectResponse withObjectIdentifier(String objectIdentifier)
The ID that is associated with the object.
objectIdentifier - The ID that is associated with the object.public String toString()
toString in class ObjectObject.toString()public BatchCreateObjectResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.