|
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.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)
|
String |
getId()
The unique ID for an invalidation request. |
String |
getStatus()
The status of an invalidation request. |
int |
hashCode()
|
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 |
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 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 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 | ||||||