Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudfront.model
Class InvalidationSummary

java.lang.Object
  extended by com.amazonaws.services.cloudfront.model.InvalidationSummary
All Implemented Interfaces:
Serializable

public class InvalidationSummary
extends Object
implements Serializable

Summary of an invalidation request.

See Also:
Serialized Form

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

InvalidationSummary

public InvalidationSummary()
Default constructor for a new InvalidationSummary object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getId

public String getId()
The unique ID for an invalidation request.

Returns:
The unique ID for an invalidation request.

setId

public void setId(String id)
The unique ID for an invalidation request.

Parameters:
id - The unique ID for an invalidation request.

withId

public InvalidationSummary withId(String id)
The unique ID for an invalidation request.

Returns a reference to this object so that method calls can be chained together.

Parameters:
id - The unique ID for an invalidation request.
Returns:
A reference to this updated object so that method calls can be chained together.

getCreateTime

public Date getCreateTime()
Returns the value of the CreateTime property for this object.

Returns:
The value of the CreateTime property for this object.

setCreateTime

public void setCreateTime(Date createTime)
Sets the value of the CreateTime property for this object.

Parameters:
createTime - The new value for the CreateTime property for this object.

withCreateTime

public InvalidationSummary withCreateTime(Date createTime)
Sets the value of the CreateTime property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
createTime - The new value for the CreateTime property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getStatus

public String getStatus()
The status of an invalidation request.

Returns:
The status of an invalidation request.

setStatus

public void setStatus(String status)
The status of an invalidation request.

Parameters:
status - The status of an invalidation request.

withStatus

public InvalidationSummary withStatus(String status)
The status of an invalidation request.

Returns a reference to this object so that method calls can be chained together.

Parameters:
status - The status of an invalidation request.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.