public class InvalidationSummary extends Object implements Serializable
Summary of an invalidation request.
Constructor and Description |
---|
InvalidationSummary()
Default constructor for a new InvalidationSummary object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public InvalidationSummary()
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.