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()
The CloudFrontOriginAccessIdentityList type.
|
int |
hashCode() |
void |
setCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
The CloudFrontOriginAccessIdentityList type.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCloudFrontOriginAccessIdentitiesResult |
withCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
The CloudFrontOriginAccessIdentityList type.
|
public ListCloudFrontOriginAccessIdentitiesResult()
public void setCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
cloudFrontOriginAccessIdentityList
- The CloudFrontOriginAccessIdentityList type.public CloudFrontOriginAccessIdentityList getCloudFrontOriginAccessIdentityList()
public ListCloudFrontOriginAccessIdentitiesResult withCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
cloudFrontOriginAccessIdentityList
- The CloudFrontOriginAccessIdentityList type.public String toString()
toString
in class Object
Object.toString()
public ListCloudFrontOriginAccessIdentitiesResult clone()
Copyright © 2016. All rights reserved.