@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Invalidation extends Object implements Serializable, Cloneable
An invalidation.
Constructor and Description |
---|
Invalidation() |
Modifier and Type | Method and Description |
---|---|
Invalidation |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateTime()
The date and time the invalidation request was first made.
|
String |
getId()
The identifier for the invalidation request.
|
InvalidationBatch |
getInvalidationBatch()
The current invalidation information for the batch request.
|
String |
getStatus()
The status of the invalidation request.
|
int |
hashCode() |
void |
setCreateTime(Date createTime)
The date and time the invalidation request was first made.
|
void |
setId(String id)
The identifier for the invalidation request.
|
void |
setInvalidationBatch(InvalidationBatch invalidationBatch)
The current invalidation information for the batch request.
|
void |
setStatus(String status)
The status of the invalidation request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Invalidation |
withCreateTime(Date createTime)
The date and time the invalidation request was first made.
|
Invalidation |
withId(String id)
The identifier for the invalidation request.
|
Invalidation |
withInvalidationBatch(InvalidationBatch invalidationBatch)
The current invalidation information for the batch request.
|
Invalidation |
withStatus(String status)
The status of the invalidation request.
|
public void setId(String id)
The identifier for the invalidation request. For example: IDFDVBD632BHDS5
.
id
- The identifier for the invalidation request. For example: IDFDVBD632BHDS5
.public String getId()
The identifier for the invalidation request. For example: IDFDVBD632BHDS5
.
IDFDVBD632BHDS5
.public Invalidation withId(String id)
The identifier for the invalidation request. For example: IDFDVBD632BHDS5
.
id
- The identifier for the invalidation request. For example: IDFDVBD632BHDS5
.public void setStatus(String status)
The status of the invalidation request. When the invalidation batch is finished, the status is
Completed
.
status
- The status of the invalidation request. When the invalidation batch is finished, the status is
Completed
.public String getStatus()
The status of the invalidation request. When the invalidation batch is finished, the status is
Completed
.
Completed
.public Invalidation withStatus(String status)
The status of the invalidation request. When the invalidation batch is finished, the status is
Completed
.
status
- The status of the invalidation request. When the invalidation batch is finished, the status is
Completed
.public void setCreateTime(Date createTime)
The date and time the invalidation request was first made.
createTime
- The date and time the invalidation request was first made.public Date getCreateTime()
The date and time the invalidation request was first made.
public Invalidation withCreateTime(Date createTime)
The date and time the invalidation request was first made.
createTime
- The date and time the invalidation request was first made.public void setInvalidationBatch(InvalidationBatch invalidationBatch)
The current invalidation information for the batch request.
invalidationBatch
- The current invalidation information for the batch request.public InvalidationBatch getInvalidationBatch()
The current invalidation information for the batch request.
public Invalidation withInvalidationBatch(InvalidationBatch invalidationBatch)
The current invalidation information for the batch request.
invalidationBatch
- The current invalidation information for the batch request.public String toString()
toString
in class Object
Object.toString()
public Invalidation clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.