|
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(Object obj)
|
Date |
getCreateTime()
Returns the value of the CreateTime property for this object. |
String |
getId()
The unique ID for an invalidation request. |
String |
getStatus()
The status of an invalidation request. |
int |
hashCode()
|
void |
setCreateTime(Date createTime)
Sets the value of the CreateTime property for this object. |
void |
setId(String id)
The unique ID for an invalidation request. |
void |
setStatus(String status)
The status of an invalidation request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
InvalidationSummary |
withCreateTime(Date createTime)
Sets the value of the CreateTime property for this object. |
InvalidationSummary |
withId(String id)
The unique ID for an invalidation request. |
InvalidationSummary |
withStatus(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 String getId()
public void setId(String id)
id
- The unique ID for an invalidation request.public InvalidationSummary withId(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 Date getCreateTime()
public void setCreateTime(Date createTime)
createTime
- The new value for the CreateTime property for this object.public InvalidationSummary withCreateTime(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 String getStatus()
public void setStatus(String status)
status
- The status of an invalidation request.public InvalidationSummary withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of an invalidation request.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |