@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCachePolicyConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCachePolicyConfigResult() |
Modifier and Type | Method and Description |
---|---|
GetCachePolicyConfigResult |
clone() |
boolean |
equals(Object obj) |
CachePolicyConfig |
getCachePolicyConfig()
The cache policy configuration.
|
String |
getETag()
The current version of the cache policy.
|
int |
hashCode() |
void |
setCachePolicyConfig(CachePolicyConfig cachePolicyConfig)
The cache policy configuration.
|
void |
setETag(String eTag)
The current version of the cache policy.
|
String |
toString()
Returns a string representation of this object.
|
GetCachePolicyConfigResult |
withCachePolicyConfig(CachePolicyConfig cachePolicyConfig)
The cache policy configuration.
|
GetCachePolicyConfigResult |
withETag(String eTag)
The current version of the cache policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCachePolicyConfig(CachePolicyConfig cachePolicyConfig)
The cache policy configuration.
cachePolicyConfig
- The cache policy configuration.public CachePolicyConfig getCachePolicyConfig()
The cache policy configuration.
public GetCachePolicyConfigResult withCachePolicyConfig(CachePolicyConfig cachePolicyConfig)
The cache policy configuration.
cachePolicyConfig
- The cache policy configuration.public void setETag(String eTag)
The current version of the cache policy.
eTag
- The current version of the cache policy.public String getETag()
The current version of the cache policy.
public GetCachePolicyConfigResult withETag(String eTag)
The current version of the cache policy.
eTag
- The current version of the cache policy.public String toString()
toString
in class Object
Object.toString()
public GetCachePolicyConfigResult clone()