@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStreamingSessionStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A list collection streams.
NOOP| Constructor and Description | 
|---|
| CreateStreamingSessionStreamRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateStreamingSessionStreamRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getClientToken()
 To make an idempotent API request using one of these actions, specify a client token in the request. | 
| Integer | getExpirationInSeconds()
 The expiration time in seconds. | 
| String | getSessionId()
 The session ID. | 
| String | getStudioId()
 The studio ID. | 
| int | hashCode() | 
| void | setClientToken(String clientToken)
 To make an idempotent API request using one of these actions, specify a client token in the request. | 
| void | setExpirationInSeconds(Integer expirationInSeconds)
 The expiration time in seconds. | 
| void | setSessionId(String sessionId)
 The session ID. | 
| void | setStudioId(String studioId)
 The studio ID. | 
| String | toString()Returns a string representation of this object. | 
| CreateStreamingSessionStreamRequest | withClientToken(String clientToken)
 To make an idempotent API request using one of these actions, specify a client token in the request. | 
| CreateStreamingSessionStreamRequest | withExpirationInSeconds(Integer expirationInSeconds)
 The expiration time in seconds. | 
| CreateStreamingSessionStreamRequest | withSessionId(String sessionId)
 The session ID. | 
| CreateStreamingSessionStreamRequest | withStudioId(String studioId)
 The studio ID. | 
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, withSdkRequestTimeoutpublic void setClientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
clientToken - To make an idempotent API request using one of these actions, specify a client token in the request. You
        should not reuse the same client token for other API requests. If you retry a request that completed
        successfully using the same client token and the same parameters, the retry succeeds without performing
        any further actions. If you retry a successful request using the same client token, but one or more of the
        parameters are different, the retry fails with a ValidationException error.public String getClientToken()
To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
public CreateStreamingSessionStreamRequest withClientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
clientToken - To make an idempotent API request using one of these actions, specify a client token in the request. You
        should not reuse the same client token for other API requests. If you retry a request that completed
        successfully using the same client token and the same parameters, the retry succeeds without performing
        any further actions. If you retry a successful request using the same client token, but one or more of the
        parameters are different, the retry fails with a ValidationException error.public void setExpirationInSeconds(Integer expirationInSeconds)
The expiration time in seconds.
expirationInSeconds - The expiration time in seconds.public Integer getExpirationInSeconds()
The expiration time in seconds.
public CreateStreamingSessionStreamRequest withExpirationInSeconds(Integer expirationInSeconds)
The expiration time in seconds.
expirationInSeconds - The expiration time in seconds.public void setSessionId(String sessionId)
The session ID.
sessionId - The session ID.public String getSessionId()
The session ID.
public CreateStreamingSessionStreamRequest withSessionId(String sessionId)
The session ID.
sessionId - The session ID.public void setStudioId(String studioId)
The studio ID.
studioId - The studio ID.public String getStudioId()
The studio ID.
public CreateStreamingSessionStreamRequest withStudioId(String studioId)
The studio ID.
studioId - The studio ID.public String toString()
toString in class ObjectObject.toString()public CreateStreamingSessionStreamRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()