@Generated(value="software.amazon.awssdk:codegen") public final class CreateResponseHeadersPolicyResponse extends CloudFrontResponse implements ToCopyableBuilder<CreateResponseHeadersPolicyResponse.Builder,CreateResponseHeadersPolicyResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateResponseHeadersPolicyResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateResponseHeadersPolicyResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eTag()
The version identifier for the current version of the response headers policy.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
location()
The URL of the response headers policy.
|
ResponseHeadersPolicy |
responseHeadersPolicy()
Contains a response headers policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateResponseHeadersPolicyResponse.Builder> |
serializableBuilderClass() |
CreateResponseHeadersPolicyResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResponseHeadersPolicy responseHeadersPolicy()
Contains a response headers policy.
public final String location()
The URL of the response headers policy.
public final String eTag()
The version identifier for the current version of the response headers policy.
public CreateResponseHeadersPolicyResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateResponseHeadersPolicyResponse.Builder,CreateResponseHeadersPolicyResponse>toBuilder in class AwsResponsepublic static CreateResponseHeadersPolicyResponse.Builder builder()
public static Class<? extends CreateResponseHeadersPolicyResponse.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 © 2023. All rights reserved.