public class GetDistributionRequest extends AmazonWebServiceRequest implements Serializable
GetDistribution operation.
 Get the information about a distribution.
NOOP| Constructor and Description | 
|---|
GetDistributionRequest()
Default constructor for a new GetDistributionRequest object. 
 | 
GetDistributionRequest(String id)
Constructs a new GetDistributionRequest object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getId()
The distribution's id. 
 | 
int | 
hashCode()  | 
void | 
setId(String id)
The distribution's id. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
GetDistributionRequest | 
withId(String id)
The distribution's id. 
 | 
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic GetDistributionRequest()
public GetDistributionRequest(String id)
id - The distribution's id.public String getId()
public void setId(String id)
id - The distribution's id.public GetDistributionRequest withId(String id)
Returns a reference to this object so that method calls can be chained together.
id - The distribution's id.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.