@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStreamingURLRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateStreamingURLRequest() |
Modifier and Type | Method and Description |
---|---|
CreateStreamingURLRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The name of the application to launch after the session starts.
|
String |
getFleetName()
The name of the fleet.
|
String |
getSessionContext()
The session context.
|
String |
getStackName()
The name of the stack.
|
String |
getUserId()
The identifier of the user.
|
Long |
getValidity()
The time that the streaming URL will be valid, in seconds.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The name of the application to launch after the session starts.
|
void |
setFleetName(String fleetName)
The name of the fleet.
|
void |
setSessionContext(String sessionContext)
The session context.
|
void |
setStackName(String stackName)
The name of the stack.
|
void |
setUserId(String userId)
The identifier of the user.
|
void |
setValidity(Long validity)
The time that the streaming URL will be valid, in seconds.
|
String |
toString()
Returns a string representation of this object.
|
CreateStreamingURLRequest |
withApplicationId(String applicationId)
The name of the application to launch after the session starts.
|
CreateStreamingURLRequest |
withFleetName(String fleetName)
The name of the fleet.
|
CreateStreamingURLRequest |
withSessionContext(String sessionContext)
The session context.
|
CreateStreamingURLRequest |
withStackName(String stackName)
The name of the stack.
|
CreateStreamingURLRequest |
withUserId(String userId)
The identifier of the user.
|
CreateStreamingURLRequest |
withValidity(Long validity)
The time that the streaming URL will be valid, in seconds.
|
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 setStackName(String stackName)
The name of the stack.
stackName
- The name of the stack.public String getStackName()
The name of the stack.
public CreateStreamingURLRequest withStackName(String stackName)
The name of the stack.
stackName
- The name of the stack.public void setFleetName(String fleetName)
The name of the fleet.
fleetName
- The name of the fleet.public String getFleetName()
The name of the fleet.
public CreateStreamingURLRequest withFleetName(String fleetName)
The name of the fleet.
fleetName
- The name of the fleet.public void setUserId(String userId)
The identifier of the user.
userId
- The identifier of the user.public String getUserId()
The identifier of the user.
public CreateStreamingURLRequest withUserId(String userId)
The identifier of the user.
userId
- The identifier of the user.public void setApplicationId(String applicationId)
The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
applicationId
- The name of the application to launch after the session starts. This is the name that you specified as
Name in the Image Assistant.public String getApplicationId()
The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
public CreateStreamingURLRequest withApplicationId(String applicationId)
The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
applicationId
- The name of the application to launch after the session starts. This is the name that you specified as
Name in the Image Assistant.public void setValidity(Long validity)
The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
validity
- The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds.
The default is 60 seconds.public Long getValidity()
The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
public CreateStreamingURLRequest withValidity(Long validity)
The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
validity
- The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds.
The default is 60 seconds.public void setSessionContext(String sessionContext)
The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
sessionContext
- The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.public String getSessionContext()
The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
public CreateStreamingURLRequest withSessionContext(String sessionContext)
The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.
sessionContext
- The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.public String toString()
toString
in class Object
Object.toString()
public CreateStreamingURLRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.