@Generated(value="software.amazon.awssdk:codegen") public class GetCloudFrontOriginAccessIdentityResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.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) |
String |
eTag()
The current version of the origin access identity's information.
|
int |
hashCode() |
static Class<? extends GetCloudFrontOriginAccessIdentityResponse.Builder> |
serializableBuilderClass() |
GetCloudFrontOriginAccessIdentityResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetCloudFrontOriginAccessIdentityResponse.Builder,GetCloudFrontOriginAccessIdentityResponse>public static GetCloudFrontOriginAccessIdentityResponse.Builder builder()
public static Class<? extends GetCloudFrontOriginAccessIdentityResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.