@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCachePoliciesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCachePoliciesResult() |
Modifier and Type | Method and Description |
---|---|
ListCachePoliciesResult |
clone() |
boolean |
equals(Object obj) |
CachePolicyList |
getCachePolicyList()
A list of cache policies.
|
int |
hashCode() |
void |
setCachePolicyList(CachePolicyList cachePolicyList)
A list of cache policies.
|
String |
toString()
Returns a string representation of this object.
|
ListCachePoliciesResult |
withCachePolicyList(CachePolicyList cachePolicyList)
A list of cache policies.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCachePolicyList(CachePolicyList cachePolicyList)
A list of cache policies.
cachePolicyList
- A list of cache policies.public CachePolicyList getCachePolicyList()
A list of cache policies.
public ListCachePoliciesResult withCachePolicyList(CachePolicyList cachePolicyList)
A list of cache policies.
cachePolicyList
- A list of cache policies.public String toString()
toString
in class Object
Object.toString()
public ListCachePoliciesResult clone()