|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.cloudfront_2012_03_15.model.ListCloudFrontOriginAccessIdentitiesResult
public class ListCloudFrontOriginAccessIdentitiesResult
The returned result of the corresponding request.
| Constructor Summary | |
|---|---|
ListCloudFrontOriginAccessIdentitiesResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListCloudFrontOriginAccessIdentitiesResult()
| Method Detail |
|---|
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 in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||