@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 request.
|
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 validity duration of the URL 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 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 validity duration of the URL 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 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 validity duration of the URL in seconds.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, 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 validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.
validity
- The validity duration of the URL in seconds. After this duration, the URL returned by this operation
becomes invalid.public Long getValidity()
The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.
public CreateStreamingURLRequest withValidity(Long validity)
The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.
validity
- The validity duration of the URL in seconds. After this duration, the URL returned by this operation
becomes invalid.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.