@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLaunchProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateLaunchProfileRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateLaunchProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getDescription()
The description.
|
String |
getLaunchProfileId()
The Launch Profile ID.
|
List<String> |
getLaunchProfileProtocolVersions()
The version number of the protocol that is used by the launch profile.
|
String |
getName()
The name for the launch profile.
|
StreamConfigurationCreate |
getStreamConfiguration()
A configuration for a streaming session.
|
List<String> |
getStudioComponentIds()
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
String |
getStudioId()
The studio ID.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setDescription(String description)
The description.
|
void |
setLaunchProfileId(String launchProfileId)
The Launch Profile ID.
|
void |
setLaunchProfileProtocolVersions(Collection<String> launchProfileProtocolVersions)
The version number of the protocol that is used by the launch profile.
|
void |
setName(String name)
The name for the launch profile.
|
void |
setStreamConfiguration(StreamConfigurationCreate streamConfiguration)
A configuration for a streaming session.
|
void |
setStudioComponentIds(Collection<String> studioComponentIds)
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
void |
setStudioId(String studioId)
The studio ID.
|
String |
toString()
Returns a string representation of this object.
|
UpdateLaunchProfileRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateLaunchProfileRequest |
withDescription(String description)
The description.
|
UpdateLaunchProfileRequest |
withLaunchProfileId(String launchProfileId)
The Launch Profile ID.
|
UpdateLaunchProfileRequest |
withLaunchProfileProtocolVersions(Collection<String> launchProfileProtocolVersions)
The version number of the protocol that is used by the launch profile.
|
UpdateLaunchProfileRequest |
withLaunchProfileProtocolVersions(String... launchProfileProtocolVersions)
The version number of the protocol that is used by the launch profile.
|
UpdateLaunchProfileRequest |
withName(String name)
The name for the launch profile.
|
UpdateLaunchProfileRequest |
withStreamConfiguration(StreamConfigurationCreate streamConfiguration)
A configuration for a streaming session.
|
UpdateLaunchProfileRequest |
withStudioComponentIds(Collection<String> studioComponentIds)
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
UpdateLaunchProfileRequest |
withStudioComponentIds(String... studioComponentIds)
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
UpdateLaunchProfileRequest |
withStudioId(String studioId)
The studio ID.
|
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 setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t
specify a client token, the AWS SDK automatically generates a client token and uses it for the request to
ensure idempotency.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
public UpdateLaunchProfileRequest withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t
specify a client token, the AWS SDK automatically generates a client token and uses it for the request to
ensure idempotency.public void setDescription(String description)
The description.
description
- The description.public String getDescription()
The description.
public UpdateLaunchProfileRequest withDescription(String description)
The description.
description
- The description.public void setLaunchProfileId(String launchProfileId)
The Launch Profile ID.
launchProfileId
- The Launch Profile ID.public String getLaunchProfileId()
The Launch Profile ID.
public UpdateLaunchProfileRequest withLaunchProfileId(String launchProfileId)
The Launch Profile ID.
launchProfileId
- The Launch Profile ID.public List<String> getLaunchProfileProtocolVersions()
The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
public void setLaunchProfileProtocolVersions(Collection<String> launchProfileProtocolVersions)
The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
launchProfileProtocolVersions
- The version number of the protocol that is used by the launch profile. The only valid version is
"2021-03-31".public UpdateLaunchProfileRequest withLaunchProfileProtocolVersions(String... launchProfileProtocolVersions)
The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
NOTE: This method appends the values to the existing list (if any). Use
setLaunchProfileProtocolVersions(java.util.Collection)
or
withLaunchProfileProtocolVersions(java.util.Collection)
if you want to override the existing values.
launchProfileProtocolVersions
- The version number of the protocol that is used by the launch profile. The only valid version is
"2021-03-31".public UpdateLaunchProfileRequest withLaunchProfileProtocolVersions(Collection<String> launchProfileProtocolVersions)
The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
launchProfileProtocolVersions
- The version number of the protocol that is used by the launch profile. The only valid version is
"2021-03-31".public void setName(String name)
The name for the launch profile.
name
- The name for the launch profile.public String getName()
The name for the launch profile.
public UpdateLaunchProfileRequest withName(String name)
The name for the launch profile.
name
- The name for the launch profile.public void setStreamConfiguration(StreamConfigurationCreate streamConfiguration)
A configuration for a streaming session.
streamConfiguration
- A configuration for a streaming session.public StreamConfigurationCreate getStreamConfiguration()
A configuration for a streaming session.
public UpdateLaunchProfileRequest withStreamConfiguration(StreamConfigurationCreate streamConfiguration)
A configuration for a streaming session.
streamConfiguration
- A configuration for a streaming session.public List<String> getStudioComponentIds()
Unique identifiers for a collection of studio components that can be used with this launch profile.
public void setStudioComponentIds(Collection<String> studioComponentIds)
Unique identifiers for a collection of studio components that can be used with this launch profile.
studioComponentIds
- Unique identifiers for a collection of studio components that can be used with this launch profile.public UpdateLaunchProfileRequest withStudioComponentIds(String... studioComponentIds)
Unique identifiers for a collection of studio components that can be used with this launch profile.
NOTE: This method appends the values to the existing list (if any). Use
setStudioComponentIds(java.util.Collection)
or withStudioComponentIds(java.util.Collection)
if
you want to override the existing values.
studioComponentIds
- Unique identifiers for a collection of studio components that can be used with this launch profile.public UpdateLaunchProfileRequest withStudioComponentIds(Collection<String> studioComponentIds)
Unique identifiers for a collection of studio components that can be used with this launch profile.
studioComponentIds
- Unique identifiers for a collection of studio components that can be used with this launch profile.public void setStudioId(String studioId)
The studio ID.
studioId
- The studio ID.public String getStudioId()
The studio ID.
public UpdateLaunchProfileRequest withStudioId(String studioId)
The studio ID.
studioId
- The studio ID.public String toString()
toString
in class Object
Object.toString()
public UpdateLaunchProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()