@Generated(value="software.amazon.awssdk:codegen") public class UpdateCloudFrontOriginAccessIdentityResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateCloudFrontOriginAccessIdentityResponse.Builder,UpdateCloudFrontOriginAccessIdentityResponse>
The returned result of the corresponding request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateCloudFrontOriginAccessIdentityResponse.Builder |
| Modifier and Type | Method and 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.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends UpdateCloudFrontOriginAccessIdentityResponse.Builder> |
serializableBuilderClass() |
UpdateCloudFrontOriginAccessIdentityResponse.Builder |
toBuilder() |
String |
toString() |
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateCloudFrontOriginAccessIdentityResponse.Builder,UpdateCloudFrontOriginAccessIdentityResponse>public static UpdateCloudFrontOriginAccessIdentityResponse.Builder builder()
public static Class<? extends UpdateCloudFrontOriginAccessIdentityResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2017. All rights reserved.