|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudfront.model.CreateInvalidationResult
public class CreateInvalidationResult
The returned result of the corresponding request.
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 |
---|
public CreateInvalidationResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |