@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLaunchProfileMemberRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateLaunchProfileMemberRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateLaunchProfileMemberRequest |
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 |
getLaunchProfileId()
The ID of the launch profile used to control access from the streaming session.
|
String |
getPersona()
The persona.
|
String |
getPrincipalId()
The principal ID.
|
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 |
setLaunchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
|
void |
setPersona(String persona)
The persona.
|
void |
setPrincipalId(String principalId)
The principal ID.
|
void |
setStudioId(String studioId)
The studio ID.
|
String |
toString()
Returns a string representation of this object.
|
UpdateLaunchProfileMemberRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateLaunchProfileMemberRequest |
withLaunchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
|
UpdateLaunchProfileMemberRequest |
withPersona(LaunchProfilePersona persona)
The persona.
|
UpdateLaunchProfileMemberRequest |
withPersona(String persona)
The persona.
|
UpdateLaunchProfileMemberRequest |
withPrincipalId(String principalId)
The principal ID.
|
UpdateLaunchProfileMemberRequest |
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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
public UpdateLaunchProfileMemberRequest 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 Amazon Web Services 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 Amazon Web Services SDK automatically generates a client token and uses it for
the request to ensure idempotency.public 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 UpdateLaunchProfileMemberRequest 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 setPersona(String persona)
The persona.
persona
- The persona.LaunchProfilePersona
public String getPersona()
The persona.
LaunchProfilePersona
public UpdateLaunchProfileMemberRequest withPersona(String persona)
The persona.
persona
- The persona.LaunchProfilePersona
public UpdateLaunchProfileMemberRequest withPersona(LaunchProfilePersona persona)
The persona.
persona
- The persona.LaunchProfilePersona
public void setPrincipalId(String principalId)
The principal ID. This currently supports a IAM Identity Center UserId.
principalId
- The principal ID. This currently supports a IAM Identity Center UserId.public String getPrincipalId()
The principal ID. This currently supports a IAM Identity Center UserId.
public UpdateLaunchProfileMemberRequest withPrincipalId(String principalId)
The principal ID. This currently supports a IAM Identity Center UserId.
principalId
- The principal ID. This currently supports a IAM Identity Center UserId.public void setStudioId(String studioId)
The studio ID.
studioId
- The studio ID.public String getStudioId()
The studio ID.
public UpdateLaunchProfileMemberRequest withStudioId(String studioId)
The studio ID.
studioId
- The studio ID.public String toString()
toString
in class Object
Object.toString()
public UpdateLaunchProfileMemberRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()