@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCachePolicyConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetCachePolicyConfigRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetCachePolicyConfigRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getId()
 The unique identifier for the cache policy. | 
| int | hashCode() | 
| void | setId(String id)
 The unique identifier for the cache policy. | 
| String | toString()Returns a string representation of this object. | 
| GetCachePolicyConfigRequest | withId(String id)
 The unique identifier for the cache policy. | 
addHandlerContext, 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 void setId(String id)
 The unique identifier for the cache policy. If the cache policy is attached to a distribution’s cache behavior,
 you can get the policy’s identifier using ListDistributions or GetDistribution. If the
 cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies
 .
 
id - The unique identifier for the cache policy. If the cache policy is attached to a distribution’s cache
        behavior, you can get the policy’s identifier using ListDistributions or
        GetDistribution. If the cache policy is not attached to a cache behavior, you can get the
        identifier using ListCachePolicies.public String getId()
 The unique identifier for the cache policy. If the cache policy is attached to a distribution’s cache behavior,
 you can get the policy’s identifier using ListDistributions or GetDistribution. If the
 cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies
 .
 
ListDistributions or
         GetDistribution. If the cache policy is not attached to a cache behavior, you can get the
         identifier using ListCachePolicies.public GetCachePolicyConfigRequest withId(String id)
 The unique identifier for the cache policy. If the cache policy is attached to a distribution’s cache behavior,
 you can get the policy’s identifier using ListDistributions or GetDistribution. If the
 cache policy is not attached to a cache behavior, you can get the identifier using ListCachePolicies
 .
 
id - The unique identifier for the cache policy. If the cache policy is attached to a distribution’s cache
        behavior, you can get the policy’s identifier using ListDistributions or
        GetDistribution. If the cache policy is not attached to a cache behavior, you can get the
        identifier using ListCachePolicies.public String toString()
toString in class ObjectObject.toString()public GetCachePolicyConfigRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()