@Generated(value="software.amazon.awssdk:codegen") public final class GetResponseHeadersPolicyConfigRequest extends CloudFrontRequest implements ToCopyableBuilder<GetResponseHeadersPolicyConfigRequest.Builder,GetResponseHeadersPolicyConfigRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetResponseHeadersPolicyConfigRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetResponseHeadersPolicyConfigRequest.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 GetResponseHeadersPolicyConfigRequest.Builder> |
serializableBuilderClass() |
GetResponseHeadersPolicyConfigRequest.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 GetResponseHeadersPolicyConfigRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetResponseHeadersPolicyConfigRequest.Builder,GetResponseHeadersPolicyConfigRequest>toBuilder in class CloudFrontRequestpublic static GetResponseHeadersPolicyConfigRequest.Builder builder()
public static Class<? extends GetResponseHeadersPolicyConfigRequest.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 © 2021. All rights reserved.