@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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)
Stage ARN.
stageArn
- Stage ARN.public String getStageArn()
Stage ARN.
public GetParticipantRequest withStageArn(String stageArn)
Stage ARN.
stageArn
- Stage ARN.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 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 String toString()
toString
in class Object
Object.toString()
public GetParticipantRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()