|
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.AmazonWebServiceRequest
com.amazonaws.services.cloudfront.model.GetStreamingDistributionRequest
public class GetStreamingDistributionRequest
Container for the parameters to the GetStreamingDistribution operation.
Get the information about a streaming distribution.
AmazonCloudFront.getStreamingDistribution(GetStreamingDistributionRequest),
Serialized Form| Constructor Summary | |
|---|---|
GetStreamingDistributionRequest()
Default constructor for a new GetStreamingDistributionRequest object. |
|
GetStreamingDistributionRequest(String id)
Constructs a new GetStreamingDistributionRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getId()
The streaming distribution's id. |
int |
hashCode()
|
void |
setId(String id)
The streaming distribution's id. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetStreamingDistributionRequest |
withId(String id)
The streaming distribution's id. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetStreamingDistributionRequest()
public GetStreamingDistributionRequest(String id)
id - The streaming distribution's id.| Method Detail |
|---|
public String getId()
public void setId(String id)
id - The streaming distribution's id.public GetStreamingDistributionRequest withId(String id)
Returns a reference to this object so that method calls can be chained together.
id - The streaming distribution's id.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||