public class GetCloudFrontOriginAccessIdentityResult extends Object implements Serializable
The returned result of the corresponding request.
Constructor and Description |
---|
GetCloudFrontOriginAccessIdentityResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
CloudFrontOriginAccessIdentity |
getCloudFrontOriginAccessIdentity()
The origin access identity's information.
|
String |
getETag()
The current version of the origin access identity's information.
|
int |
hashCode() |
void |
setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
void |
setETag(String eTag)
The current version of the origin access identity's information.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetCloudFrontOriginAccessIdentityResult |
withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
GetCloudFrontOriginAccessIdentityResult |
withETag(String eTag)
The current version of the origin access identity's information.
|
public GetCloudFrontOriginAccessIdentityResult()
public CloudFrontOriginAccessIdentity getCloudFrontOriginAccessIdentity()
public void setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
cloudFrontOriginAccessIdentity
- The origin access identity's information.public GetCloudFrontOriginAccessIdentityResult withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
Returns a reference to this object so that method calls can be chained together.
cloudFrontOriginAccessIdentity
- The origin access identity's information.public String getETag()
public void setETag(String eTag)
eTag
- The current version of the origin access identity's information. For
example: E2QWRUHAPOMQZL.public GetCloudFrontOriginAccessIdentityResult withETag(String eTag)
Returns a reference to this object so that method calls can be chained together.
eTag
- The current version of the origin access identity's information. For
example: E2QWRUHAPOMQZL.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.