@Generated(value="software.amazon.awssdk:codegen") public final class CreateCachePolicyResponse extends CloudFrontResponse implements ToCopyableBuilder<CreateCachePolicyResponse.Builder,CreateCachePolicyResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateCachePolicyResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateCachePolicyResponse.Builder |
builder() |
CachePolicy |
cachePolicy()
A cache policy.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eTag()
The current version of the cache policy.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
location()
The fully qualified URI of the cache policy just created.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateCachePolicyResponse.Builder> |
serializableBuilderClass() |
CreateCachePolicyResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CachePolicy cachePolicy()
A cache policy.
public final String location()
The fully qualified URI of the cache policy just created.
public final String eTag()
The current version of the cache policy.
public CreateCachePolicyResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateCachePolicyResponse.Builder,CreateCachePolicyResponse>toBuilder in class AwsResponsepublic static CreateCachePolicyResponse.Builder builder()
public static Class<? extends CreateCachePolicyResponse.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.