@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetDistributionCacheResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ResetDistributionCacheResult() |
Modifier and Type | Method and Description |
---|---|
ResetDistributionCacheResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateTime()
The timestamp of the reset cache request (
1479734909.17 ) in Unix time format. |
Operation |
getOperation()
An array of objects that describe the result of the action, such as the status of the request, the timestamp of
the request, and the resources affected by the request.
|
String |
getStatus()
The status of the reset cache request.
|
int |
hashCode() |
void |
setCreateTime(Date createTime)
The timestamp of the reset cache request (
1479734909.17 ) in Unix time format. |
void |
setOperation(Operation operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of
the request, and the resources affected by the request.
|
void |
setStatus(String status)
The status of the reset cache request.
|
String |
toString()
Returns a string representation of this object.
|
ResetDistributionCacheResult |
withCreateTime(Date createTime)
The timestamp of the reset cache request (
1479734909.17 ) in Unix time format. |
ResetDistributionCacheResult |
withOperation(Operation operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of
the request, and the resources affected by the request.
|
ResetDistributionCacheResult |
withStatus(String status)
The status of the reset cache request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The status of the reset cache request.
status
- The status of the reset cache request.public String getStatus()
The status of the reset cache request.
public ResetDistributionCacheResult withStatus(String status)
The status of the reset cache request.
status
- The status of the reset cache request.public void setCreateTime(Date createTime)
The timestamp of the reset cache request (1479734909.17
) in Unix time format.
createTime
- The timestamp of the reset cache request (1479734909.17
) in Unix time format.public Date getCreateTime()
The timestamp of the reset cache request (1479734909.17
) in Unix time format.
1479734909.17
) in Unix time format.public ResetDistributionCacheResult withCreateTime(Date createTime)
The timestamp of the reset cache request (1479734909.17
) in Unix time format.
createTime
- The timestamp of the reset cache request (1479734909.17
) in Unix time format.public void setOperation(Operation operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
operation
- An array of objects that describe the result of the action, such as the status of the request, the
timestamp of the request, and the resources affected by the request.public Operation getOperation()
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
public ResetDistributionCacheResult withOperation(Operation operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
operation
- An array of objects that describe the result of the action, such as the status of the request, the
timestamp of the request, and the resources affected by the request.public String toString()
toString
in class Object
Object.toString()
public ResetDistributionCacheResult clone()