@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisconnectParticipantRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisconnectParticipantRequest() |
Modifier and Type | Method and Description |
---|---|
DisconnectParticipantRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getConnectionToken()
The authentication token associated with the participant's connection.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setConnectionToken(String connectionToken)
The authentication token associated with the participant's connection.
|
String |
toString()
Returns a string representation of this object.
|
DisconnectParticipantRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DisconnectParticipantRequest |
withConnectionToken(String connectionToken)
The authentication token associated with the participant's connection.
|
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)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public DisconnectParticipantRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public void setConnectionToken(String connectionToken)
The authentication token associated with the participant's connection.
connectionToken
- The authentication token associated with the participant's connection.public String getConnectionToken()
The authentication token associated with the participant's connection.
public DisconnectParticipantRequest withConnectionToken(String connectionToken)
The authentication token associated with the participant's connection.
connectionToken
- The authentication token associated with the participant's connection.public String toString()
toString
in class Object
Object.toString()
public DisconnectParticipantRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()