@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLaunchProfileMemberRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteLaunchProfileMemberRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteLaunchProfileMemberRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getLaunchProfileId()
The Launch Profile ID.
|
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 Launch Profile ID.
|
void |
setPrincipalId(String principalId)
The principal ID.
|
void |
setStudioId(String studioId)
The studio ID.
|
String |
toString()
Returns a string representation of this object.
|
DeleteLaunchProfileMemberRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DeleteLaunchProfileMemberRequest |
withLaunchProfileId(String launchProfileId)
The Launch Profile ID.
|
DeleteLaunchProfileMemberRequest |
withPrincipalId(String principalId)
The principal ID.
|
DeleteLaunchProfileMemberRequest |
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)
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 DeleteLaunchProfileMemberRequest 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 setLaunchProfileId(String launchProfileId)
The Launch Profile ID.
launchProfileId - The Launch Profile ID.public String getLaunchProfileId()
The Launch Profile ID.
public DeleteLaunchProfileMemberRequest withLaunchProfileId(String launchProfileId)
The Launch Profile ID.
launchProfileId - The Launch Profile ID.public void setPrincipalId(String principalId)
The principal ID. This currently supports a Amazon Web Services SSO UserId.
principalId - The principal ID. This currently supports a Amazon Web Services SSO UserId.public String getPrincipalId()
The principal ID. This currently supports a Amazon Web Services SSO UserId.
public DeleteLaunchProfileMemberRequest withPrincipalId(String principalId)
The principal ID. This currently supports a Amazon Web Services SSO UserId.
principalId - The principal ID. This currently supports a Amazon Web Services SSO UserId.public void setStudioId(String studioId)
The studio ID.
studioId - The studio ID.public String getStudioId()
The studio ID.
public DeleteLaunchProfileMemberRequest withStudioId(String studioId)
The studio ID.
studioId - The studio ID.public String toString()
toString in class ObjectObject.toString()public DeleteLaunchProfileMemberRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.