ToCopyableBuilder<CreateCloudFrontOriginAccessIdentityResponse.Builder,CreateCloudFrontOriginAccessIdentityResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateCloudFrontOriginAccessIdentityResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateCloudFrontOriginAccessIdentityResponse.Builder,CreateCloudFrontOriginAccessIdentityResponse>
The returned result of the corresponding request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateCloudFrontOriginAccessIdentityResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreateCloudFrontOriginAccessIdentityResponse.Builder |
builder() |
|
CloudFrontOriginAccessIdentity |
cloudFrontOriginAccessIdentity() |
The origin access identity's information.
|
boolean |
equals(Object obj) |
|
String |
eTag() |
The current version of the origin access identity created.
|
int |
hashCode() |
|
String |
location() |
The fully qualified URI of the new origin access identity just created.
|
static Class<? extends CreateCloudFrontOriginAccessIdentityResponse.Builder> |
serializableBuilderClass() |
|
CreateCloudFrontOriginAccessIdentityResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity()
The origin access identity's information.
public String 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
.
https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A
.public String eTag()
The current version of the origin access identity created.
public CreateCloudFrontOriginAccessIdentityResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateCloudFrontOriginAccessIdentityResponse.Builder,CreateCloudFrontOriginAccessIdentityResponse>
public static CreateCloudFrontOriginAccessIdentityResponse.Builder builder()
public static Class<? extends CreateCloudFrontOriginAccessIdentityResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.