public class CreateInvalidationResult extends Object implements Serializable
The returned result of the corresponding request.
Constructor and Description |
---|
CreateInvalidationResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getLocation()
public void setLocation(String location)
location
- The fully qualified URI of the distribution and invalidation batch
request, including the Invalidation ID.public CreateInvalidationResult withLocation(String location)
Returns a reference to this object so that method calls can be chained together.
location
- The fully qualified URI of the distribution and invalidation batch
request, including the Invalidation ID.public Invalidation getInvalidation()
public void setInvalidation(Invalidation invalidation)
invalidation
- The invalidation's information.public CreateInvalidationResult withInvalidation(Invalidation invalidation)
Returns a reference to this object so that method calls can be chained together.
invalidation
- The invalidation's information.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.