@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStreamingDistributionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request to list your streaming distributions.
NOOP
Constructor and Description |
---|
ListStreamingDistributionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListStreamingDistributionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMarker()
The value that you provided for the
Marker request parameter. |
String |
getMaxItems()
The value that you provided for the
MaxItems request parameter. |
int |
hashCode() |
void |
setMarker(String marker)
The value that you provided for the
Marker request parameter. |
void |
setMaxItems(String maxItems)
The value that you provided for the
MaxItems request parameter. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListStreamingDistributionsRequest |
withMarker(String marker)
The value that you provided for the
Marker request parameter. |
ListStreamingDistributionsRequest |
withMaxItems(String maxItems)
The value that you provided for the
MaxItems request parameter. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMarker(String marker)
The value that you provided for the Marker
request parameter.
marker
- The value that you provided for the Marker
request parameter.public String getMarker()
The value that you provided for the Marker
request parameter.
Marker
request parameter.public ListStreamingDistributionsRequest withMarker(String marker)
The value that you provided for the Marker
request parameter.
marker
- The value that you provided for the Marker
request parameter.public void setMaxItems(String maxItems)
The value that you provided for the MaxItems
request parameter.
maxItems
- The value that you provided for the MaxItems
request parameter.public String getMaxItems()
The value that you provided for the MaxItems
request parameter.
MaxItems
request parameter.public ListStreamingDistributionsRequest withMaxItems(String maxItems)
The value that you provided for the MaxItems
request parameter.
maxItems
- The value that you provided for the MaxItems
request parameter.public String toString()
toString
in class Object
Object.toString()
public ListStreamingDistributionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.