@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStreamingImagesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListStreamingImagesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListStreamingImagesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
String |
getOwner()
The owner.
|
String |
getStudioId()
The studio ID.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setOwner(String owner)
The owner.
|
void |
setStudioId(String studioId)
The studio ID.
|
String |
toString()
Returns a string representation of this object.
|
ListStreamingImagesRequest |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStreamingImagesRequest |
withOwner(String owner)
The owner.
|
ListStreamingImagesRequest |
withStudioId(String studioId)
The studio ID.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListStreamingImagesRequest withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public void setOwner(String owner)
The owner.
owner - The owner.public String getOwner()
The owner.
public ListStreamingImagesRequest withOwner(String owner)
The owner.
owner - The owner.public void setStudioId(String studioId)
The studio ID.
studioId - The studio ID.public String getStudioId()
The studio ID.
public ListStreamingImagesRequest withStudioId(String studioId)
The studio ID.
studioId - The studio ID.public String toString()
toString in class ObjectObject.toString()public ListStreamingImagesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.