@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 ID of the application that must be launched after the session starts.
|
String |
getFleetName()
The name of the fleet.
|
String |
getSessionContext()
The session context of the streaming URL.
|
String |
getStackName()
The name of the stack.
|
String |
getUserId()
The ID of the user.
|
Long |
getValidity()
The time that the streaming URL will be valid, in seconds.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The ID of the application that must be launched after the session starts.
|
void |
setFleetName(String fleetName)
The name of the fleet.
|
void |
setSessionContext(String sessionContext)
The session context of the streaming URL.
|
void |
setStackName(String stackName)
The name of the stack.
|
void |
setUserId(String userId)
The ID 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; useful for testing and debugging.
|
CreateStreamingURLRequest |
withApplicationId(String applicationId)
The ID of the application that must be launched after the session starts.
|
CreateStreamingURLRequest |
withFleetName(String fleetName)
The name of the fleet.
|
CreateStreamingURLRequest |
withSessionContext(String sessionContext)
The session context of the streaming URL.
|
CreateStreamingURLRequest |
withStackName(String stackName)
The name of the stack.
|
CreateStreamingURLRequest |
withUserId(String userId)
The ID 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 ID of the user.
userId
- The ID of the user.public String getUserId()
The ID of the user.
public CreateStreamingURLRequest withUserId(String userId)
The ID of the user.
userId
- The ID of the user.public void setApplicationId(String applicationId)
The ID of the application that must be launched after the session starts.
applicationId
- The ID of the application that must be launched after the session starts.public String getApplicationId()
The ID of the application that must be launched after the session starts.
public CreateStreamingURLRequest withApplicationId(String applicationId)
The ID of the application that must be launched after the session starts.
applicationId
- The ID of the application that must be launched after the session starts.public void setValidity(Long validity)
The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds.
validity
- The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds.public Long getValidity()
The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 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.
validity
- The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds.public void setSessionContext(String sessionContext)
The session context of the streaming URL.
sessionContext
- The session context of the streaming URL.public String getSessionContext()
The session context of the streaming URL.
public CreateStreamingURLRequest withSessionContext(String sessionContext)
The session context of the streaming URL.
sessionContext
- The session context of the streaming URL.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.