@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResponseHeadersPolicyConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetResponseHeadersPolicyConfigRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetResponseHeadersPolicyConfigRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getId()
 The identifier for the response headers policy. | 
| int | hashCode() | 
| void | setId(String id)
 The identifier for the response headers policy. | 
| String | toString()Returns a string representation of this object. | 
| GetResponseHeadersPolicyConfigRequest | withId(String id)
 The identifier for the response headers policy. | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic GetResponseHeadersPolicyConfigRequest()
public void setId(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.
 
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.
public String getId()
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 withId(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.
 
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.
public String toString()
toString in class ObjectObject.toString()public GetResponseHeadersPolicyConfigRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.