Class CreateInvalidationResult
java.lang.Object
com.amazonaws.services.cloudfront.model.CreateInvalidationResult
- All Implemented Interfaces:
Serializable,Cloneable
The returned result of the corresponding request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe invalidation's information.The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.inthashCode()voidsetInvalidation(Invalidation invalidation) The invalidation's information.voidsetLocation(String location) The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.toString()Returns a string representation of this object; useful for testing and debugging.withInvalidation(Invalidation invalidation) The invalidation's information.withLocation(String location) The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.
-
Constructor Details
-
CreateInvalidationResult
public CreateInvalidationResult()
-
-
Method Details
-
setLocation
The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.- Parameters:
location- The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.
-
getLocation
The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.- Returns:
- The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.
-
withLocation
The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.- Parameters:
location- The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInvalidation
The invalidation's information.- Parameters:
invalidation- The invalidation's information.
-
getInvalidation
The invalidation's information.- Returns:
- The invalidation's information.
-
withInvalidation
The invalidation's information.- Parameters:
invalidation- The invalidation's information.- 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
-