Class InvalidationSummary
java.lang.Object
com.amazonaws.services.cloudfront.model.InvalidationSummary
- All Implemented Interfaces:
Serializable
,Cloneable
Summary of an invalidation request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getId()
The unique ID for an invalidation request.The status of an invalidation request.int
hashCode()
void
setCreateTime
(Date createTime) void
The unique ID for an invalidation request.void
The status of an invalidation request.toString()
Returns a string representation of this object; useful for testing and debugging.withCreateTime
(Date createTime) The unique ID for an invalidation request.withStatus
(String status) The status of an invalidation request.
-
Constructor Details
-
InvalidationSummary
public InvalidationSummary()
-
-
Method Details
-
setId
The unique ID for an invalidation request.- Parameters:
id
- The unique ID for an invalidation request.
-
getId
The unique ID for an invalidation request.- Returns:
- The unique ID for an invalidation request.
-
withId
The unique ID for an invalidation request.- Parameters:
id
- The unique ID for an invalidation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreateTime
- Parameters:
createTime
-
-
getCreateTime
- Returns:
-
withCreateTime
- Parameters:
createTime
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of an invalidation request.- Parameters:
status
- The status of an invalidation request.
-
getStatus
The status of an invalidation request.- Returns:
- The status of an invalidation request.
-
withStatus
The status of an invalidation request.- Parameters:
status
- The status of an invalidation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-