@Generated(value="software.amazon.awssdk:codegen") public final class GetCloudFrontOriginAccessIdentityResponse extends CloudFrontResponse implements ToCopyableBuilder<GetCloudFrontOriginAccessIdentityResponse.Builder,GetCloudFrontOriginAccessIdentityResponse>
The returned result of the corresponding request.
Modifier and Type | Class and Description |
---|---|
static interface |
GetCloudFrontOriginAccessIdentityResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static GetCloudFrontOriginAccessIdentityResponse.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's information.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetCloudFrontOriginAccessIdentityResponse.Builder> |
serializableBuilderClass() |
GetCloudFrontOriginAccessIdentityResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
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()
toBuilder
in interface ToCopyableBuilder<GetCloudFrontOriginAccessIdentityResponse.Builder,GetCloudFrontOriginAccessIdentityResponse>
toBuilder
in class AwsResponse
public static GetCloudFrontOriginAccessIdentityResponse.Builder builder()
public static Class<? extends GetCloudFrontOriginAccessIdentityResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2019. All rights reserved.