public class CreateCloudFrontOriginAccessIdentityResult
extends java.lang.Object
implements java.io.Serializable
The returned result of the corresponding request.
| コンストラクタと説明 |
|---|
CreateCloudFrontOriginAccessIdentityResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
CloudFrontOriginAccessIdentity |
getCloudFrontOriginAccessIdentity()
The origin access identity's information.
|
java.lang.String |
getETag()
The current version of the origin access identity created.
|
java.lang.String |
getLocation()
The fully qualified URI of the new origin access identity just
created.
|
int |
hashCode() |
void |
setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
void |
setETag(java.lang.String eTag)
The current version of the origin access identity created.
|
void |
setLocation(java.lang.String location)
The fully qualified URI of the new origin access identity just
created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateCloudFrontOriginAccessIdentityResult |
withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
CreateCloudFrontOriginAccessIdentityResult |
withETag(java.lang.String eTag)
The current version of the origin access identity created.
|
CreateCloudFrontOriginAccessIdentityResult |
withLocation(java.lang.String location)
The fully qualified URI of the new origin access identity just
created.
|
public CreateCloudFrontOriginAccessIdentityResult()
public CloudFrontOriginAccessIdentity getCloudFrontOriginAccessIdentity()
public void setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
cloudFrontOriginAccessIdentity - The origin access identity's information.public CreateCloudFrontOriginAccessIdentityResult 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 getLocation()
public void setLocation(java.lang.String location)
location - The fully qualified URI of the new origin access identity just
created. For example:
https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.public CreateCloudFrontOriginAccessIdentityResult withLocation(java.lang.String location)
Returns a reference to this object so that method calls can be chained together.
location - The fully qualified URI of the new origin access identity just
created. For example:
https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.public java.lang.String getETag()
public void setETag(java.lang.String eTag)
eTag - The current version of the origin access identity created.public CreateCloudFrontOriginAccessIdentityResult 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 origin access identity created.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