@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCloudFrontOriginAccessIdentityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The returned result of the corresponding request.
Constructor and Description |
---|
CreateCloudFrontOriginAccessIdentityResult() |
Modifier and Type | Method and Description |
---|---|
CreateCloudFrontOriginAccessIdentityResult |
clone() |
boolean |
equals(Object obj) |
CloudFrontOriginAccessIdentity |
getCloudFrontOriginAccessIdentity()
The origin access identity's information.
|
String |
getETag()
The current version of the origin access identity created.
|
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(String eTag)
The current version of the origin access identity created.
|
void |
setLocation(String location)
The fully qualified URI of the new origin access identity just created.
|
String |
toString()
Returns a string representation of this object.
|
CreateCloudFrontOriginAccessIdentityResult |
withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
CreateCloudFrontOriginAccessIdentityResult |
withETag(String eTag)
The current version of the origin access identity created.
|
CreateCloudFrontOriginAccessIdentityResult |
withLocation(String location)
The fully qualified URI of the new origin access identity just created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateCloudFrontOriginAccessIdentityResult()
public void setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
cloudFrontOriginAccessIdentity
- The origin access identity's information.public CloudFrontOriginAccessIdentity getCloudFrontOriginAccessIdentity()
The origin access identity's information.
public CreateCloudFrontOriginAccessIdentityResult withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
cloudFrontOriginAccessIdentity
- The origin access identity's information.public void setLocation(String location)
The fully qualified URI of the new origin access identity just created.
location
- The fully qualified URI of the new origin access identity just created.public String getLocation()
The fully qualified URI of the new origin access identity just created.
public CreateCloudFrontOriginAccessIdentityResult withLocation(String location)
The fully qualified URI of the new origin access identity just created.
location
- The fully qualified URI of the new origin access identity just created.public void setETag(String eTag)
The current version of the origin access identity created.
eTag
- The current version of the origin access identity created.public String getETag()
The current version of the origin access identity created.
public CreateCloudFrontOriginAccessIdentityResult withETag(String eTag)
The current version of the origin access identity created.
eTag
- The current version of the origin access identity created.public String toString()
toString
in class Object
Object.toString()
public CreateCloudFrontOriginAccessIdentityResult clone()