public class PutObjectResult extends java.lang.Object implements ServerSideEncryptionResult, ObjectExpirationResult
putObject
operation.
Use this request to access information about the new object created from the
putObject request, such as its ETag and optional version ID.AmazonS3.putObject(String, String, java.io.File),
AmazonS3#putObject(String, String, java.io.InputStream, S3ObjectMetadata),
AmazonS3.putObject(PutObjectRequest)| コンストラクタと説明 |
|---|
PutObjectResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getContentMd5()
Returns the content MD5.
|
java.lang.String |
getETag()
Gets the ETag value for the newly created object.
|
java.util.Date |
getExpirationTime()
Returns the expiration time for this object, or null if it doesn't expire.
|
java.lang.String |
getExpirationTimeRuleId()
Returns the
BucketLifecycleConfiguration rule ID for this
object's expiration, or null if it doesn't expire. |
java.lang.String |
getServerSideEncryption()
Returns the server-side encryption algorithm for the newly created
object, or null if none was used.
|
java.lang.String |
getVersionId()
Gets the optional version ID of the newly uploaded object.
|
void |
setContentMd5(java.lang.String contentMd5)
Sets the content MD5.
|
void |
setETag(java.lang.String eTag)
Sets the ETag value for the new object that was created from the
associated
putObject request. |
void |
setExpirationTime(java.util.Date expirationTime)
Sets the expiration time for the object.
|
void |
setExpirationTimeRuleId(java.lang.String expirationTimeRuleId)
Sets the
BucketLifecycleConfiguration rule ID for this object's
expiration |
void |
setServerSideEncryption(java.lang.String serverSideEncryption)
Sets the server-side encryption algorithm for the newly created object.
|
void |
setVersionId(java.lang.String versionId)
Sets the optional version ID of the newly uploaded object.
|
public java.lang.String getVersionId()
setVersionId(String)public void setVersionId(java.lang.String versionId)
versionId - The optional version ID of the newly uploaded object.getVersionId()public java.lang.String getETag()
setETag(String)public void setETag(java.lang.String eTag)
putObject request.eTag - The ETag value for the new object.getETag()public java.lang.String getServerSideEncryption()
getServerSideEncryption インタフェース内 ServerSideEncryptionResultpublic void setServerSideEncryption(java.lang.String serverSideEncryption)
setServerSideEncryption インタフェース内 ServerSideEncryptionResultserverSideEncryption - The server-side encryption algorithm for the new object.public java.util.Date getExpirationTime()
getExpirationTime インタフェース内 ObjectExpirationResultpublic void setExpirationTime(java.util.Date expirationTime)
setExpirationTime インタフェース内 ObjectExpirationResultexpirationTime - The expiration time for the object.public java.lang.String getExpirationTimeRuleId()
BucketLifecycleConfiguration rule ID for this
object's expiration, or null if it doesn't expire.public void setExpirationTimeRuleId(java.lang.String expirationTimeRuleId)
BucketLifecycleConfiguration rule ID for this object's
expirationsetExpirationTimeRuleId インタフェース内 ObjectExpirationResultexpirationTimeRuleId - The rule ID for this object's expirationpublic void setContentMd5(java.lang.String contentMd5)
contentMd5 - The content MD5public java.lang.String getContentMd5()