@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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setObjectIdentifier(String objectIdentifier)
The ID that is associated with the object.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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 Object
Object.toString()
public BatchCreateObjectResponse 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.