public class CloudFrontOriginAccessIdentitySummary
extends java.lang.Object
Summary of the information about a CloudFront origin access identity.
| コンストラクタと説明 |
|---|
CloudFrontOriginAccessIdentitySummary()
Default constructor for a new CloudFrontOriginAccessIdentitySummary object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getComment()
The comment for this origin access identity, as originally specified
when created.
|
java.lang.String |
getId()
The ID for the origin access identity.
|
java.lang.String |
getS3CanonicalUserId()
The Amazon S3 canonical user ID for the origin access identity, which
you use when giving the origin access identity read permission to an
object in Amazon S3.
|
int |
hashCode() |
void |
setComment(java.lang.String comment)
The comment for this origin access identity, as originally specified
when created.
|
void |
setId(java.lang.String id)
The ID for the origin access identity.
|
void |
setS3CanonicalUserId(java.lang.String s3CanonicalUserId)
The Amazon S3 canonical user ID for the origin access identity, which
you use when giving the origin access identity read permission to an
object in Amazon S3.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CloudFrontOriginAccessIdentitySummary |
withComment(java.lang.String comment)
The comment for this origin access identity, as originally specified
when created.
|
CloudFrontOriginAccessIdentitySummary |
withId(java.lang.String id)
The ID for the origin access identity.
|
CloudFrontOriginAccessIdentitySummary |
withS3CanonicalUserId(java.lang.String s3CanonicalUserId)
The Amazon S3 canonical user ID for the origin access identity, which
you use when giving the origin access identity read permission to an
object in Amazon S3.
|
public CloudFrontOriginAccessIdentitySummary()
public java.lang.String getId()
public void setId(java.lang.String id)
id - The ID for the origin access identity. For example: E74FTE3AJFJ256A.public CloudFrontOriginAccessIdentitySummary withId(java.lang.String id)
Returns a reference to this object so that method calls can be chained together.
id - The ID for the origin access identity. For example: E74FTE3AJFJ256A.public java.lang.String getS3CanonicalUserId()
public void setS3CanonicalUserId(java.lang.String s3CanonicalUserId)
s3CanonicalUserId - The Amazon S3 canonical user ID for the origin access identity, which
you use when giving the origin access identity read permission to an
object in Amazon S3.public CloudFrontOriginAccessIdentitySummary withS3CanonicalUserId(java.lang.String s3CanonicalUserId)
Returns a reference to this object so that method calls can be chained together.
s3CanonicalUserId - The Amazon S3 canonical user ID for the origin access identity, which
you use when giving the origin access identity read permission to an
object in Amazon S3.public java.lang.String getComment()
public void setComment(java.lang.String comment)
comment - The comment for this origin access identity, as originally specified
when created.public CloudFrontOriginAccessIdentitySummary withComment(java.lang.String comment)
Returns a reference to this object so that method calls can be chained together.
comment - The comment for this origin access identity, as originally specified
when 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