public class ListCloudFrontOriginAccessIdentitiesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private CloudFrontOriginAccessIdentityList |
cloudFrontOriginAccessIdentityList
The CloudFrontOriginAccessIdentityList type.
|
Constructor and Description |
---|
ListCloudFrontOriginAccessIdentitiesResult() |
Modifier and Type | Method and Description |
---|---|
ListCloudFrontOriginAccessIdentitiesResult |
clone() |
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.
|
private CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList
public ListCloudFrontOriginAccessIdentitiesResult()
public void setCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
cloudFrontOriginAccessIdentityList
- The CloudFrontOriginAccessIdentityList type.public CloudFrontOriginAccessIdentityList getCloudFrontOriginAccessIdentityList()
public ListCloudFrontOriginAccessIdentitiesResult withCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
cloudFrontOriginAccessIdentityList
- The CloudFrontOriginAccessIdentityList type.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListCloudFrontOriginAccessIdentitiesResult clone()
clone
in class java.lang.Object