@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateObjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateObjectResult() |
Modifier and Type | Method and Description |
---|---|
CreateObjectResult |
clone() |
boolean |
equals(Object obj) |
String |
getObjectIdentifier()
Identifier associated with the object.
|
int |
hashCode() |
void |
setObjectIdentifier(String objectIdentifier)
Identifier associated with the object.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateObjectResult |
withObjectIdentifier(String objectIdentifier)
Identifier associated with the object.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setObjectIdentifier(String objectIdentifier)
Identifier associated with the object.
objectIdentifier
- Identifier associated with the object.public String getObjectIdentifier()
Identifier associated with the object.
public CreateObjectResult withObjectIdentifier(String objectIdentifier)
Identifier associated with the object.
objectIdentifier
- Identifier associated with the object.public String toString()
toString
in class Object
Object.toString()
public CreateObjectResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.