@Generated(value="software.amazon.awssdk:codegen") public final class CreateCloudFrontOriginAccessIdentityResponse extends CloudFrontResponse implements 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) |
boolean |
equalsBySdkFields(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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateCloudFrontOriginAccessIdentityResponse.Builder> |
serializableBuilderClass() |
CreateCloudFrontOriginAccessIdentityResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity()
The origin access identity's information.
public final String location()
The fully qualified URI of the new origin access identity just created.
public final String eTag()
The current version of the origin access identity created.
public CreateCloudFrontOriginAccessIdentityResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateCloudFrontOriginAccessIdentityResponse.Builder,CreateCloudFrontOriginAccessIdentityResponse>toBuilder in class AwsResponsepublic static CreateCloudFrontOriginAccessIdentityResponse.Builder builder()
public static Class<? extends CreateCloudFrontOriginAccessIdentityResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.