@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutLaunchProfileMembersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Information about a launch profile membership.
NOOP| Constructor and Description |
|---|
PutLaunchProfileMembersRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutLaunchProfileMembersRequest |
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 |
getIdentityStoreId()
The ID of the identity store.
|
String |
getLaunchProfileId()
The launch profile ID.
|
List<NewLaunchProfileMember> |
getMembers()
A list of members.
|
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 |
setIdentityStoreId(String identityStoreId)
The ID of the identity store.
|
void |
setLaunchProfileId(String launchProfileId)
The launch profile ID.
|
void |
setMembers(Collection<NewLaunchProfileMember> members)
A list of members.
|
void |
setStudioId(String studioId)
The studio ID.
|
String |
toString()
Returns a string representation of this object.
|
PutLaunchProfileMembersRequest |
withClientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in the request.
|
PutLaunchProfileMembersRequest |
withIdentityStoreId(String identityStoreId)
The ID of the identity store.
|
PutLaunchProfileMembersRequest |
withLaunchProfileId(String launchProfileId)
The launch profile ID.
|
PutLaunchProfileMembersRequest |
withMembers(Collection<NewLaunchProfileMember> members)
A list of members.
|
PutLaunchProfileMembersRequest |
withMembers(NewLaunchProfileMember... members)
A list of members.
|
PutLaunchProfileMembersRequest |
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 PutLaunchProfileMembersRequest 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 setIdentityStoreId(String identityStoreId)
The ID of the identity store.
identityStoreId - The ID of the identity store.public String getIdentityStoreId()
The ID of the identity store.
public PutLaunchProfileMembersRequest withIdentityStoreId(String identityStoreId)
The ID of the identity store.
identityStoreId - The ID of the identity store.public void setLaunchProfileId(String launchProfileId)
The launch profile ID.
launchProfileId - The launch profile ID.public String getLaunchProfileId()
The launch profile ID.
public PutLaunchProfileMembersRequest withLaunchProfileId(String launchProfileId)
The launch profile ID.
launchProfileId - The launch profile ID.public List<NewLaunchProfileMember> getMembers()
A list of members.
public void setMembers(Collection<NewLaunchProfileMember> members)
A list of members.
members - A list of members.public PutLaunchProfileMembersRequest withMembers(NewLaunchProfileMember... members)
A list of members.
NOTE: This method appends the values to the existing list (if any). Use
setMembers(java.util.Collection) or withMembers(java.util.Collection) if you want to override
the existing values.
members - A list of members.public PutLaunchProfileMembersRequest withMembers(Collection<NewLaunchProfileMember> members)
A list of members.
members - A list of members.public void setStudioId(String studioId)
The studio ID.
studioId - The studio ID.public String getStudioId()
The studio ID.
public PutLaunchProfileMembersRequest withStudioId(String studioId)
The studio ID.
studioId - The studio ID.public String toString()
toString in class ObjectObject.toString()public PutLaunchProfileMembersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.