@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchCreateObjectResponse extends Object implements Serializable, Cloneable
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 |
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 Object
Object.toString()
public BatchCreateObjectResponse clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.