|
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.model.Invalidation
public class Invalidation
An invalidation.
| Constructor Summary | |
|---|---|
Invalidation()
Default constructor for a new Invalidation object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Date |
getCreateTime()
The date and time the invalidation request was first made. |
java.lang.String |
getId()
The identifier for the invalidation request. |
InvalidationBatch |
getInvalidationBatch()
The current invalidation information for the batch request. |
java.lang.String |
getStatus()
The status of the invalidation request. |
int |
hashCode()
|
void |
setCreateTime(java.util.Date createTime)
The date and time the invalidation request was first made. |
void |
setId(java.lang.String id)
The identifier for the invalidation request. |
void |
setInvalidationBatch(InvalidationBatch invalidationBatch)
The current invalidation information for the batch request. |
void |
setStatus(java.lang.String status)
The status of the invalidation request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Invalidation |
withCreateTime(java.util.Date createTime)
The date and time the invalidation request was first made. |
Invalidation |
withId(java.lang.String id)
The identifier for the invalidation request. |
Invalidation |
withInvalidationBatch(InvalidationBatch invalidationBatch)
The current invalidation information for the batch request. |
Invalidation |
withStatus(java.lang.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 java.lang.String getId()
public void setId(java.lang.String id)
id - The identifier for the invalidation request. For example:
IDFDVBD632BHDS5.public Invalidation withId(java.lang.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 java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - The status of the invalidation request. When the invalidation batch is
finished, the status is Completed.public Invalidation withStatus(java.lang.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 java.util.Date getCreateTime()
public void setCreateTime(java.util.Date createTime)
createTime - The date and time the invalidation request was first made.public Invalidation withCreateTime(java.util.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||