public class GetCloudFrontOriginAccessIdentityResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private CloudFrontOriginAccessIdentity |
cloudFrontOriginAccessIdentity
The origin access identity's information.
|
private java.lang.String |
eTag
The current version of the origin access identity's information.
|
Constructor and Description |
---|
GetCloudFrontOriginAccessIdentityResult() |
Modifier and Type | Method and Description |
---|---|
GetCloudFrontOriginAccessIdentityResult |
clone() |
boolean |
equals(java.lang.Object obj) |
CloudFrontOriginAccessIdentity |
getCloudFrontOriginAccessIdentity()
The origin access identity's information.
|
java.lang.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(java.lang.String eTag)
The current version of the origin access identity's information.
|
java.lang.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(java.lang.String eTag)
The current version of the origin access identity's information.
|
private CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity
private java.lang.String eTag
public GetCloudFrontOriginAccessIdentityResult()
public void setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
cloudFrontOriginAccessIdentity
- The origin access identity's information.public CloudFrontOriginAccessIdentity getCloudFrontOriginAccessIdentity()
public GetCloudFrontOriginAccessIdentityResult withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
cloudFrontOriginAccessIdentity
- The origin access identity's information.public void setETag(java.lang.String eTag)
eTag
- The current version of the origin access identity's information.
For example: E2QWRUHAPOMQZL.public java.lang.String getETag()
public GetCloudFrontOriginAccessIdentityResult withETag(java.lang.String eTag)
eTag
- The current version of the origin access identity's information.
For example: E2QWRUHAPOMQZL.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 GetCloudFrontOriginAccessIdentityResult clone()
clone
in class java.lang.Object