Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudfront.model
Class CreateInvalidationResult

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

public class CreateInvalidationResult
extends Object
implements Serializable

The returned result of the corresponding request.

See Also:
Serialized Form

Constructor Summary
CreateInvalidationResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 Invalidation getInvalidation()
          The invalidation's information.
 String getLocation()
          The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.
 int hashCode()
           
 void setInvalidation(Invalidation invalidation)
          The invalidation's information.
 void setLocation(String location)
          The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreateInvalidationResult withInvalidation(Invalidation invalidation)
          The invalidation's information.
 CreateInvalidationResult withLocation(String location)
          The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateInvalidationResult

public CreateInvalidationResult()
Method Detail

getLocation

public String 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.

setLocation

public void setLocation(String location)
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.

withLocation

public CreateInvalidationResult withLocation(String location)
The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.

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

Parameters:
location - The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.
Returns:
A reference to this updated object so that method calls can be chained together.

getInvalidation

public Invalidation getInvalidation()
The invalidation's information.

Returns:
The invalidation's information.

setInvalidation

public void setInvalidation(Invalidation invalidation)
The invalidation's information.

Parameters:
invalidation - The invalidation's information.

withInvalidation

public CreateInvalidationResult withInvalidation(Invalidation invalidation)
The invalidation's information.

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

Parameters:
invalidation - The invalidation's information.
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.