ToCopyableBuilder<GetCloudFrontOriginAccessIdentityResponse.Builder,GetCloudFrontOriginAccessIdentityResponse>
@Generated("software.amazon.awssdk:codegen") public class GetCloudFrontOriginAccessIdentityResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetCloudFrontOriginAccessIdentityResponse.Builder,GetCloudFrontOriginAccessIdentityResponse>
The returned result of the corresponding request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetCloudFrontOriginAccessIdentityResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetCloudFrontOriginAccessIdentityResponse.Builder |
builder() |
|
CloudFrontOriginAccessIdentity |
cloudFrontOriginAccessIdentity() |
The origin access identity's information.
|
boolean |
equals(Object obj) |
|
String |
eTag() |
The current version of the origin access identity's information.
|
int |
hashCode() |
|
static Class<? extends GetCloudFrontOriginAccessIdentityResponse.Builder> |
serializableBuilderClass() |
|
GetCloudFrontOriginAccessIdentityResponse.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 eTag()
The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL
.
E2QWRUHAPOMQZL
.public GetCloudFrontOriginAccessIdentityResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetCloudFrontOriginAccessIdentityResponse.Builder,GetCloudFrontOriginAccessIdentityResponse>
public static GetCloudFrontOriginAccessIdentityResponse.Builder builder()
public static Class<? extends GetCloudFrontOriginAccessIdentityResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.