@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLaunchProfileMemberRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The principal ID.
NOOP| Constructor and Description |
|---|
UpdateLaunchProfileMemberRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateLaunchProfileMemberRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
To make an idempotent API request using one of these actions, specify a client token in the request.
|
String |
getLaunchProfileId()
The launch profile ID.
|
String |
getPersona()
The persona.
|
String |
getPrincipalId()
The principal ID.
|
String |
getStudioId()
The studio ID.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in the request.
|
void |
setLaunchProfileId(String launchProfileId)
The launch profile ID.
|
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)
To make an idempotent API request using one of these actions, specify a client token in the request.
|
UpdateLaunchProfileMemberRequest |
withLaunchProfileId(String launchProfileId)
The launch profile ID.
|
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, 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 setClientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
clientToken - To make an idempotent API request using one of these actions, specify a client token in the request. You
should not reuse the same client token for other API requests. If you retry a request that completed
successfully using the same client token and the same parameters, the retry succeeds without performing
any further actions. If you retry a successful request using the same client token, but one or more of the
parameters are different, the retry fails with a ValidationException error.public String getClientToken()
To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
public UpdateLaunchProfileMemberRequest withClientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
clientToken - To make an idempotent API request using one of these actions, specify a client token in the request. You
should not reuse the same client token for other API requests. If you retry a request that completed
successfully using the same client token and the same parameters, the retry succeeds without performing
any further actions. If you retry a successful request using the same client token, but one or more of the
parameters are different, the retry fails with a ValidationException error.public void setLaunchProfileId(String launchProfileId)
The launch profile ID.
launchProfileId - The launch profile ID.public String getLaunchProfileId()
The launch profile ID.
public UpdateLaunchProfileMemberRequest withLaunchProfileId(String launchProfileId)
The launch profile ID.
launchProfileId - The launch profile ID.public void setPersona(String persona)
The persona.
persona - The persona.LaunchProfilePersonapublic String getPersona()
The persona.
LaunchProfilePersonapublic UpdateLaunchProfileMemberRequest withPersona(String persona)
The persona.
persona - The persona.LaunchProfilePersonapublic UpdateLaunchProfileMemberRequest withPersona(LaunchProfilePersona persona)
The persona.
persona - The persona.LaunchProfilePersonapublic void setPrincipalId(String principalId)
The principal ID.
principalId - The principal ID.public String getPrincipalId()
The principal ID.
public UpdateLaunchProfileMemberRequest withPrincipalId(String principalId)
The principal ID.
principalId - The principal ID.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 ObjectObject.toString()public UpdateLaunchProfileMemberRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.