|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.cloudfront_2012_03_15.model.Invalidation
public class Invalidation
An invalidation.
| Constructor Summary | |
|---|---|
Invalidation()
Default constructor for a new Invalidation object. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Invalidation()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - The identifier for the invalidation request. For example:
IDFDVBD632BHDS5.public Invalidation withId(String id)
Returns a reference to this object so that method calls can be chained together.
id - The identifier for the invalidation request. For example:
IDFDVBD632BHDS5.
public String getStatus()
public void setStatus(String status)
status - The status of the invalidation request. When the invalidation batch is
finished, the status is Completed.public Invalidation withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status - The status of the invalidation request. When the invalidation batch is
finished, the status is Completed.
public Date getCreateTime()
public void setCreateTime(Date createTime)
createTime - The date and time the invalidation request was first made.public Invalidation withCreateTime(Date createTime)
Returns a reference to this object so that method calls can be chained together.
createTime - The date and time the invalidation request was first made.
public InvalidationBatch getInvalidationBatch()
public void setInvalidationBatch(InvalidationBatch invalidationBatch)
invalidationBatch - The current invalidation information for the batch request.public Invalidation withInvalidationBatch(InvalidationBatch invalidationBatch)
Returns a reference to this object so that method calls can be chained together.
invalidationBatch - The current invalidation information for the batch request.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||