@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutObjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
PutObjectResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
PutObjectResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getContentSHA256()
 The SHA256 digest of the object that is persisted. 
 | 
String | 
getETag()
 Unique identifier of the object in the container. 
 | 
String | 
getStorageClass()
 The storage class where the object was persisted. 
 | 
int | 
hashCode()  | 
void | 
setContentSHA256(String contentSHA256)
 The SHA256 digest of the object that is persisted. 
 | 
void | 
setETag(String eTag)
 Unique identifier of the object in the container. 
 | 
void | 
setStorageClass(String storageClass)
 The storage class where the object was persisted. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
PutObjectResult | 
withContentSHA256(String contentSHA256)
 The SHA256 digest of the object that is persisted. 
 | 
PutObjectResult | 
withETag(String eTag)
 Unique identifier of the object in the container. 
 | 
PutObjectResult | 
withStorageClass(StorageClass storageClass)
 The storage class where the object was persisted. 
 | 
PutObjectResult | 
withStorageClass(String storageClass)
 The storage class where the object was persisted. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setContentSHA256(String contentSHA256)
The SHA256 digest of the object that is persisted.
contentSHA256 - The SHA256 digest of the object that is persisted.public String getContentSHA256()
The SHA256 digest of the object that is persisted.
public PutObjectResult withContentSHA256(String contentSHA256)
The SHA256 digest of the object that is persisted.
contentSHA256 - The SHA256 digest of the object that is persisted.public void setETag(String eTag)
Unique identifier of the object in the container.
eTag - Unique identifier of the object in the container.public String getETag()
Unique identifier of the object in the container.
public PutObjectResult withETag(String eTag)
Unique identifier of the object in the container.
eTag - Unique identifier of the object in the container.public void setStorageClass(String storageClass)
The storage class where the object was persisted. The class should be “Temporal”.
storageClass - The storage class where the object was persisted. The class should be “Temporal”.StorageClasspublic String getStorageClass()
The storage class where the object was persisted. The class should be “Temporal”.
StorageClasspublic PutObjectResult withStorageClass(String storageClass)
The storage class where the object was persisted. The class should be “Temporal”.
storageClass - The storage class where the object was persisted. The class should be “Temporal”.StorageClasspublic PutObjectResult withStorageClass(StorageClass storageClass)
The storage class where the object was persisted. The class should be “Temporal”.
storageClass - The storage class where the object was persisted. The class should be “Temporal”.StorageClasspublic String toString()
toString in class ObjectObject.toString()public PutObjectResult clone()