public class ListCloudFrontOriginAccessIdentitiesResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ListCloudFrontOriginAccessIdentitiesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCloudFrontOriginAccessIdentitiesResult |
clone() |
boolean |
equals(Object obj) |
CloudFrontOriginAccessIdentityList |
getCloudFrontOriginAccessIdentityList() |
int |
hashCode() |
void |
setCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCloudFrontOriginAccessIdentitiesResult |
withCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList) |
public ListCloudFrontOriginAccessIdentitiesResult()
public void setCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
cloudFrontOriginAccessIdentityList - public CloudFrontOriginAccessIdentityList getCloudFrontOriginAccessIdentityList()
public ListCloudFrontOriginAccessIdentitiesResult withCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
cloudFrontOriginAccessIdentityList - public String toString()
toString in class ObjectObject.toString()public ListCloudFrontOriginAccessIdentitiesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.