public class ListCloudFrontOriginAccessIdentitiesResult
extends java.lang.Object
implements java.io.Serializable
The returned result of the corresponding request.
| コンストラクタと説明 |
|---|
ListCloudFrontOriginAccessIdentitiesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
CloudFrontOriginAccessIdentityList |
getCloudFrontOriginAccessIdentityList()
The CloudFrontOriginAccessIdentityList type.
|
int |
hashCode() |
void |
setCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
The CloudFrontOriginAccessIdentityList type.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCloudFrontOriginAccessIdentitiesResult |
withCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
The CloudFrontOriginAccessIdentityList type.
|
public ListCloudFrontOriginAccessIdentitiesResult()
public CloudFrontOriginAccessIdentityList getCloudFrontOriginAccessIdentityList()
public void setCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
cloudFrontOriginAccessIdentityList - The CloudFrontOriginAccessIdentityList type.public ListCloudFrontOriginAccessIdentitiesResult withCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
Returns a reference to this object so that method calls can be chained together.
cloudFrontOriginAccessIdentityList - The CloudFrontOriginAccessIdentityList type.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