public class CreateCloudFrontOriginAccessIdentityResult
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 created.
|
private java.lang.String |
location
The fully qualified URI of the new origin access identity just created.
|
Constructor and Description |
---|
CreateCloudFrontOriginAccessIdentityResult() |
Modifier and Type | Method and Description |
---|---|
CreateCloudFrontOriginAccessIdentityResult |
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 created.
|
java.lang.String |
getLocation()
The fully qualified URI of the new origin access identity just created.
|
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 created.
|
void |
setLocation(java.lang.String location)
The fully qualified URI of the new origin access identity just created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateCloudFrontOriginAccessIdentityResult |
withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
CreateCloudFrontOriginAccessIdentityResult |
withETag(java.lang.String eTag)
The current version of the origin access identity created.
|
CreateCloudFrontOriginAccessIdentityResult |
withLocation(java.lang.String location)
The fully qualified URI of the new origin access identity just created.
|
private CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity
private java.lang.String location
private java.lang.String eTag
public CreateCloudFrontOriginAccessIdentityResult()
public void setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
cloudFrontOriginAccessIdentity
- The origin access identity's information.public CloudFrontOriginAccessIdentity getCloudFrontOriginAccessIdentity()
public CreateCloudFrontOriginAccessIdentityResult withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
cloudFrontOriginAccessIdentity
- The origin access identity's information.public void setLocation(java.lang.String location)
location
- The fully qualified URI of the new origin access identity just
created. For example:
https://cloudfront.amazonaws.com/2010-11-01/origin
-access-identity/cloudfront/E74FTE3AJFJ256A.public java.lang.String getLocation()
public CreateCloudFrontOriginAccessIdentityResult withLocation(java.lang.String location)
location
- The fully qualified URI of the new origin access identity just
created. For example:
https://cloudfront.amazonaws.com/2010-11-01/origin
-access-identity/cloudfront/E74FTE3AJFJ256A.public void setETag(java.lang.String eTag)
eTag
- The current version of the origin access identity created.public java.lang.String getETag()
public CreateCloudFrontOriginAccessIdentityResult withETag(java.lang.String eTag)
eTag
- The current version of the origin access identity created.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 CreateCloudFrontOriginAccessIdentityResult clone()
clone
in class java.lang.Object