@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDistributionLatestCacheResetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDistributionLatestCacheResetResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDistributionLatestCacheResetResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateTime()
The timestamp of the last cache reset (
1479734909.17) in Unix time format. |
String |
getStatus()
The status of the last cache reset.
|
int |
hashCode() |
void |
setCreateTime(Date createTime)
The timestamp of the last cache reset (
1479734909.17) in Unix time format. |
void |
setStatus(String status)
The status of the last cache reset.
|
String |
toString()
Returns a string representation of this object.
|
GetDistributionLatestCacheResetResult |
withCreateTime(Date createTime)
The timestamp of the last cache reset (
1479734909.17) in Unix time format. |
GetDistributionLatestCacheResetResult |
withStatus(String status)
The status of the last cache reset.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetDistributionLatestCacheResetResult()
public void setStatus(String status)
The status of the last cache reset.
status - The status of the last cache reset.public String getStatus()
The status of the last cache reset.
public GetDistributionLatestCacheResetResult withStatus(String status)
The status of the last cache reset.
status - The status of the last cache reset.public void setCreateTime(Date createTime)
The timestamp of the last cache reset (1479734909.17) in Unix time format.
createTime - The timestamp of the last cache reset (1479734909.17) in Unix time format.public Date getCreateTime()
The timestamp of the last cache reset (1479734909.17) in Unix time format.
1479734909.17) in Unix time format.public GetDistributionLatestCacheResetResult withCreateTime(Date createTime)
The timestamp of the last cache reset (1479734909.17) in Unix time format.
createTime - The timestamp of the last cache reset (1479734909.17) in Unix time format.public String toString()
toString in class ObjectObject.toString()public GetDistributionLatestCacheResetResult clone()