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