@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetParticipantRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetParticipantRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetParticipantRequest |
clone() |
boolean |
equals(Object obj) |
String |
getParticipantId()
Unique identifier for the participant.
|
String |
getSessionId()
ID of a session within the stage.
|
String |
getStageArn()
Stage ARN.
|
int |
hashCode() |
void |
setParticipantId(String participantId)
Unique identifier for the participant.
|
void |
setSessionId(String sessionId)
ID of a session within the stage.
|
void |
setStageArn(String stageArn)
Stage ARN.
|
String |
toString()
Returns a string representation of this object.
|
GetParticipantRequest |
withParticipantId(String participantId)
Unique identifier for the participant.
|
GetParticipantRequest |
withSessionId(String sessionId)
ID of a session within the stage.
|
GetParticipantRequest |
withStageArn(String stageArn)
Stage ARN.
|
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 setParticipantId(String participantId)
Unique identifier for the participant. This is assigned by IVS and returned by CreateParticipantToken.
participantId - Unique identifier for the participant. This is assigned by IVS and returned by
CreateParticipantToken.public String getParticipantId()
Unique identifier for the participant. This is assigned by IVS and returned by CreateParticipantToken.
public GetParticipantRequest withParticipantId(String participantId)
Unique identifier for the participant. This is assigned by IVS and returned by CreateParticipantToken.
participantId - Unique identifier for the participant. This is assigned by IVS and returned by
CreateParticipantToken.public void setSessionId(String sessionId)
ID of a session within the stage.
sessionId - ID of a session within the stage.public String getSessionId()
ID of a session within the stage.
public GetParticipantRequest withSessionId(String sessionId)
ID of a session within the stage.
sessionId - ID of a session within the stage.public void setStageArn(String stageArn)
Stage ARN.
stageArn - Stage ARN.public String getStageArn()
Stage ARN.
public GetParticipantRequest withStageArn(String stageArn)
Stage ARN.
stageArn - Stage ARN.public String toString()
toString in class ObjectObject.toString()public GetParticipantRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.