@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 (e.g.,
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 (e.g.,
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 (e.g.,
1479734909.17 ) in Unix time format. |
GetDistributionLatestCacheResetResult |
withStatus(String status)
The status of the last cache reset.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 (e.g., 1479734909.17
) in Unix time format.
createTime
- The timestamp of the last cache reset (e.g., 1479734909.17
) in Unix time format.public Date getCreateTime()
The timestamp of the last cache reset (e.g., 1479734909.17
) in Unix time format.
1479734909.17
) in Unix time format.public GetDistributionLatestCacheResetResult withCreateTime(Date createTime)
The timestamp of the last cache reset (e.g., 1479734909.17
) in Unix time format.
createTime
- The timestamp of the last cache reset (e.g., 1479734909.17
) in Unix time format.public String toString()
toString
in class Object
Object.toString()
public GetDistributionLatestCacheResetResult clone()