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