@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 |
getParticipantId()
Identifier of the participant to be disconnected.
|
String |
getReason()
Description of why this participant is being disconnected.
|
String |
getStageArn()
ARN of the stage to which the participant is attached.
|
int |
hashCode() |
void |
setParticipantId(String participantId)
Identifier of the participant to be disconnected.
|
void |
setReason(String reason)
Description of why this participant is being disconnected.
|
void |
setStageArn(String stageArn)
ARN of the stage to which the participant is attached.
|
String |
toString()
Returns a string representation of this object.
|
DisconnectParticipantRequest |
withParticipantId(String participantId)
Identifier of the participant to be disconnected.
|
DisconnectParticipantRequest |
withReason(String reason)
Description of why this participant is being disconnected.
|
DisconnectParticipantRequest |
withStageArn(String stageArn)
ARN of the stage to which the participant is attached.
|
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 setStageArn(String stageArn)
ARN of the stage to which the participant is attached.
stageArn
- ARN of the stage to which the participant is attached.public String getStageArn()
ARN of the stage to which the participant is attached.
public DisconnectParticipantRequest withStageArn(String stageArn)
ARN of the stage to which the participant is attached.
stageArn
- ARN of the stage to which the participant is attached.public void setParticipantId(String participantId)
Identifier of the participant to be disconnected. This is assigned by IVS and returned by CreateParticipantToken.
participantId
- Identifier of the participant to be disconnected. This is assigned by IVS and returned by
CreateParticipantToken.public String getParticipantId()
Identifier of the participant to be disconnected. This is assigned by IVS and returned by CreateParticipantToken.
public DisconnectParticipantRequest withParticipantId(String participantId)
Identifier of the participant to be disconnected. This is assigned by IVS and returned by CreateParticipantToken.
participantId
- Identifier of the participant to be disconnected. This is assigned by IVS and returned by
CreateParticipantToken.public void setReason(String reason)
Description of why this participant is being disconnected.
reason
- Description of why this participant is being disconnected.public String getReason()
Description of why this participant is being disconnected.
public DisconnectParticipantRequest withReason(String reason)
Description of why this participant is being disconnected.
reason
- Description of why this participant is being disconnected.public String toString()
toString
in class Object
Object.toString()
public DisconnectParticipantRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()