@Generated(value="software.amazon.awssdk:codegen") public final class GetResponseHeadersPolicyRequest extends CloudFrontRequest implements ToCopyableBuilder<GetResponseHeadersPolicyRequest.Builder,GetResponseHeadersPolicyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetResponseHeadersPolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetResponseHeadersPolicyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier for the response headers policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetResponseHeadersPolicyRequest.Builder> |
serializableBuilderClass() |
GetResponseHeadersPolicyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier for the response headers policy.
If the response headers policy is attached to a distribution's cache behavior, you can get the policy's
identifier using ListDistributions or GetDistribution. If the response headers policy
is not attached to a cache behavior, you can get the identifier using ListResponseHeadersPolicies.
If the response headers policy is attached to a distribution's cache behavior, you can get the policy's
identifier using ListDistributions or GetDistribution. If the response headers
policy is not attached to a cache behavior, you can get the identifier using
ListResponseHeadersPolicies.
public GetResponseHeadersPolicyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetResponseHeadersPolicyRequest.Builder,GetResponseHeadersPolicyRequest>toBuilder in class CloudFrontRequestpublic static GetResponseHeadersPolicyRequest.Builder builder()
public static Class<? extends GetResponseHeadersPolicyRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.