@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartStreamingSessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartStreamingSessionRequest() |
Modifier and Type | Method and Description |
---|---|
StartStreamingSessionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBackupId()
The ID of the backup.
|
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getSessionId()
The streaming session ID for the
StartStreamingSessionRequest . |
String |
getStudioId()
The studio ID for the StartStreamingSessionRequest.
|
int |
hashCode() |
void |
setBackupId(String backupId)
The ID of the backup.
|
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setSessionId(String sessionId)
The streaming session ID for the
StartStreamingSessionRequest . |
void |
setStudioId(String studioId)
The studio ID for the StartStreamingSessionRequest.
|
String |
toString()
Returns a string representation of this object.
|
StartStreamingSessionRequest |
withBackupId(String backupId)
The ID of the backup.
|
StartStreamingSessionRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartStreamingSessionRequest |
withSessionId(String sessionId)
The streaming session ID for the
StartStreamingSessionRequest . |
StartStreamingSessionRequest |
withStudioId(String studioId)
The studio ID for the StartStreamingSessionRequest.
|
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 setBackupId(String backupId)
The ID of the backup.
backupId
- The ID of the backup.public String getBackupId()
The ID of the backup.
public StartStreamingSessionRequest withBackupId(String backupId)
The ID of the backup.
backupId
- The ID of the backup.public void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t
specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for
the request to ensure idempotency.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
public StartStreamingSessionRequest withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t
specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for
the request to ensure idempotency.public void setSessionId(String sessionId)
The streaming session ID for the StartStreamingSessionRequest
.
sessionId
- The streaming session ID for the StartStreamingSessionRequest
.public String getSessionId()
The streaming session ID for the StartStreamingSessionRequest
.
StartStreamingSessionRequest
.public StartStreamingSessionRequest withSessionId(String sessionId)
The streaming session ID for the StartStreamingSessionRequest
.
sessionId
- The streaming session ID for the StartStreamingSessionRequest
.public void setStudioId(String studioId)
The studio ID for the StartStreamingSessionRequest.
studioId
- The studio ID for the StartStreamingSessionRequest.public String getStudioId()
The studio ID for the StartStreamingSessionRequest.
public StartStreamingSessionRequest withStudioId(String studioId)
The studio ID for the StartStreamingSessionRequest.
studioId
- The studio ID for the StartStreamingSessionRequest.public String toString()
toString
in class Object
Object.toString()
public StartStreamingSessionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()