|
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.InvalidationSummary
public class InvalidationSummary
Summary of an invalidation request.
| Constructor Summary | |
|---|---|
InvalidationSummary()
Default constructor for a new InvalidationSummary object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Date |
getCreateTime()
Returns the value of the CreateTime property for this object. |
java.lang.String |
getId()
The unique ID for an invalidation request. |
java.lang.String |
getStatus()
The status of an invalidation request. |
int |
hashCode()
|
void |
setCreateTime(java.util.Date createTime)
Sets the value of the CreateTime property for this object. |
void |
setId(java.lang.String id)
The unique ID for an invalidation request. |
void |
setStatus(java.lang.String status)
The status of an invalidation request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
InvalidationSummary |
withCreateTime(java.util.Date createTime)
Sets the value of the CreateTime property for this object. |
InvalidationSummary |
withId(java.lang.String id)
The unique ID for an invalidation request. |
InvalidationSummary |
withStatus(java.lang.String status)
The status of an invalidation request. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidationSummary()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - The unique ID for an invalidation request.public InvalidationSummary withId(java.lang.String id)
Returns a reference to this object so that method calls can be chained together.
id - The unique ID for an invalidation request.
public java.util.Date getCreateTime()
public void setCreateTime(java.util.Date createTime)
createTime - The new value for the CreateTime property for this object.public InvalidationSummary withCreateTime(java.util.Date createTime)
Returns a reference to this object so that method calls can be chained together.
createTime - The new value for the CreateTime property for this object.
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - The status of an invalidation request.public InvalidationSummary withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
status - The status of an invalidation 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 | ||||||