@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 fleet for which the URL is generated.
|
String |
getSessionContext()
The sessionContext of the streaming URL.
|
String |
getStackName()
The stack for which the URL is generated.
|
String |
getUserId()
A unique user ID for whom the URL is generated.
|
Long |
getValidity()
The duration up to which the URL returned by this action is valid.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The ID of the application that must be launched after the session starts.
|
void |
setFleetName(String fleetName)
The fleet for which the URL is generated.
|
void |
setSessionContext(String sessionContext)
The sessionContext of the streaming URL.
|
void |
setStackName(String stackName)
The stack for which the URL is generated.
|
void |
setUserId(String userId)
A unique user ID for whom the URL is generated.
|
void |
setValidity(Long validity)
The duration up to which the URL returned by this action is valid.
|
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 fleet for which the URL is generated.
|
CreateStreamingURLRequest |
withSessionContext(String sessionContext)
The sessionContext of the streaming URL.
|
CreateStreamingURLRequest |
withStackName(String stackName)
The stack for which the URL is generated.
|
CreateStreamingURLRequest |
withUserId(String userId)
A unique user ID for whom the URL is generated.
|
CreateStreamingURLRequest |
withValidity(Long validity)
The duration up to which the URL returned by this action is valid.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStackName(String stackName)
The stack for which the URL is generated.
stackName
- The stack for which the URL is generated.public String getStackName()
The stack for which the URL is generated.
public CreateStreamingURLRequest withStackName(String stackName)
The stack for which the URL is generated.
stackName
- The stack for which the URL is generated.public void setFleetName(String fleetName)
The fleet for which the URL is generated.
fleetName
- The fleet for which the URL is generated.public String getFleetName()
The fleet for which the URL is generated.
public CreateStreamingURLRequest withFleetName(String fleetName)
The fleet for which the URL is generated.
fleetName
- The fleet for which the URL is generated.public void setUserId(String userId)
A unique user ID for whom the URL is generated.
userId
- A unique user ID for whom the URL is generated.public String getUserId()
A unique user ID for whom the URL is generated.
public CreateStreamingURLRequest withUserId(String userId)
A unique user ID for whom the URL is generated.
userId
- A unique user ID for whom the URL is generated.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 duration up to which the URL returned by this action is valid. The input can be any numeric value in seconds between 1 and 604800 seconds.
validity
- The duration up to which the URL returned by this action is valid. The input can be any numeric value in
seconds between 1 and 604800 seconds.public Long getValidity()
The duration up to which the URL returned by this action is valid. The input can be any numeric value in seconds between 1 and 604800 seconds.
public CreateStreamingURLRequest withValidity(Long validity)
The duration up to which the URL returned by this action is valid. The input can be any numeric value in seconds between 1 and 604800 seconds.
validity
- The duration up to which the URL returned by this action is valid. The input can be any numeric value in
seconds between 1 and 604800 seconds.public void setSessionContext(String sessionContext)
The sessionContext of the streaming URL.
sessionContext
- The sessionContext of the streaming URL.public String getSessionContext()
The sessionContext of the streaming URL.
public CreateStreamingURLRequest withSessionContext(String sessionContext)
The sessionContext of the streaming URL.
sessionContext
- The sessionContext 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.