|
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_2012_03_15.model.CreateDistributionResult
public class CreateDistributionResult
The returned result of the corresponding request.
| Constructor Summary | |
|---|---|
CreateDistributionResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Distribution |
getDistribution()
The distribution's information. |
java.lang.String |
getETag()
The current version of the distribution created. |
java.lang.String |
getLocation()
The fully qualified URI of the new distribution resource just created. |
int |
hashCode()
|
void |
setDistribution(Distribution distribution)
The distribution's information. |
void |
setETag(java.lang.String eTag)
The current version of the distribution created. |
void |
setLocation(java.lang.String location)
The fully qualified URI of the new distribution resource just created. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateDistributionResult |
withDistribution(Distribution distribution)
The distribution's information. |
CreateDistributionResult |
withETag(java.lang.String eTag)
The current version of the distribution created. |
CreateDistributionResult |
withLocation(java.lang.String location)
The fully qualified URI of the new distribution resource just created. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreateDistributionResult()
| Method Detail |
|---|
public Distribution getDistribution()
public void setDistribution(Distribution distribution)
distribution - The distribution's information.public CreateDistributionResult withDistribution(Distribution distribution)
Returns a reference to this object so that method calls can be chained together.
distribution - The distribution's information.
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location - The fully qualified URI of the new distribution resource just created.
For example:
ps://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.public CreateDistributionResult withLocation(java.lang.String location)
Returns a reference to this object so that method calls can be chained together.
location - The fully qualified URI of the new distribution resource just created.
For example:
ps://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.
public java.lang.String getETag()
public void setETag(java.lang.String eTag)
eTag - The current version of the distribution created.public CreateDistributionResult withETag(java.lang.String eTag)
Returns a reference to this object so that method calls can be chained together.
eTag - The current version of the distribution created.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||