@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLaunchProfileDetailsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetLaunchProfileDetailsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetLaunchProfileDetailsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLaunchProfileId()
The ID of the launch profile used to control access from the streaming session.
|
String |
getStudioId()
The studio ID.
|
int |
hashCode() |
void |
setLaunchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
|
void |
setStudioId(String studioId)
The studio ID.
|
String |
toString()
Returns a string representation of this object.
|
GetLaunchProfileDetailsRequest |
withLaunchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
|
GetLaunchProfileDetailsRequest |
withStudioId(String studioId)
The studio ID.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setLaunchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
launchProfileId - The ID of the launch profile used to control access from the streaming session.public String getLaunchProfileId()
The ID of the launch profile used to control access from the streaming session.
public GetLaunchProfileDetailsRequest withLaunchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
launchProfileId - The ID of the launch profile used to control access from the streaming session.public void setStudioId(String studioId)
The studio ID.
studioId - The studio ID.public String getStudioId()
The studio ID.
public GetLaunchProfileDetailsRequest withStudioId(String studioId)
The studio ID.
studioId - The studio ID.public String toString()
toString in class ObjectObject.toString()public GetLaunchProfileDetailsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.