public class UpdateCloudFrontOriginAccessIdentityResult
extends java.lang.Object
implements java.io.Serializable
The returned result of the corresponding request.
| コンストラクタと説明 |
|---|
UpdateCloudFrontOriginAccessIdentityResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
CloudFrontOriginAccessIdentity |
getCloudFrontOriginAccessIdentity()
The origin access identity's information.
|
java.lang.String |
getETag()
The current version of the configuration.
|
int |
hashCode() |
void |
setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
void |
setETag(java.lang.String eTag)
The current version of the configuration.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateCloudFrontOriginAccessIdentityResult |
withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
UpdateCloudFrontOriginAccessIdentityResult |
withETag(java.lang.String eTag)
The current version of the configuration.
|
public UpdateCloudFrontOriginAccessIdentityResult()
public CloudFrontOriginAccessIdentity getCloudFrontOriginAccessIdentity()
public void setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
cloudFrontOriginAccessIdentity - The origin access identity's information.public UpdateCloudFrontOriginAccessIdentityResult withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
Returns a reference to this object so that method calls can be chained together.
cloudFrontOriginAccessIdentity - The origin access identity's information.public java.lang.String getETag()
public void setETag(java.lang.String eTag)
eTag - The current version of the configuration. For example: E2QWRUHAPOMQZL.public UpdateCloudFrontOriginAccessIdentityResult withETag(java.lang.String eTag)
Returns a reference to this object so that method calls can be chained together.
eTag - The current version of the configuration. For example: E2QWRUHAPOMQZL.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object