@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListParticipantEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListParticipantEventsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListParticipantEventsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of results to return.
|
String |
getNextToken()
The first participant to retrieve.
|
String |
getParticipantId()
Unique identifier for this participant.
|
String |
getSessionId()
ID of a session within the stage.
|
String |
getStageArn()
Stage ARN.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of results to return.
|
void |
setNextToken(String nextToken)
The first participant to retrieve.
|
void |
setParticipantId(String participantId)
Unique identifier for this 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.
|
ListParticipantEventsRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return.
|
ListParticipantEventsRequest |
withNextToken(String nextToken)
The first participant to retrieve.
|
ListParticipantEventsRequest |
withParticipantId(String participantId)
Unique identifier for this participant.
|
ListParticipantEventsRequest |
withSessionId(String sessionId)
ID of a session within the stage.
|
ListParticipantEventsRequest |
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 setMaxResults(Integer maxResults)
Maximum number of results to return. Default: 50.
maxResults - Maximum number of results to return. Default: 50.public Integer getMaxResults()
Maximum number of results to return. Default: 50.
public ListParticipantEventsRequest withMaxResults(Integer maxResults)
Maximum number of results to return. Default: 50.
maxResults - Maximum number of results to return. Default: 50.public void setNextToken(String nextToken)
The first participant to retrieve. This is used for pagination; see the nextToken response field.
nextToken - The first participant to retrieve. This is used for pagination; see the nextToken response
field.public String getNextToken()
The first participant to retrieve. This is used for pagination; see the nextToken response field.
nextToken response
field.public ListParticipantEventsRequest withNextToken(String nextToken)
The first participant to retrieve. This is used for pagination; see the nextToken response field.
nextToken - The first participant to retrieve. This is used for pagination; see the nextToken response
field.public void setParticipantId(String participantId)
Unique identifier for this participant. This is assigned by IVS and returned by CreateParticipantToken.
participantId - Unique identifier for this participant. This is assigned by IVS and returned by
CreateParticipantToken.public String getParticipantId()
Unique identifier for this participant. This is assigned by IVS and returned by CreateParticipantToken.
public ListParticipantEventsRequest withParticipantId(String participantId)
Unique identifier for this participant. This is assigned by IVS and returned by CreateParticipantToken.
participantId - Unique identifier for this 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 ListParticipantEventsRequest 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 ListParticipantEventsRequest withStageArn(String stageArn)
Stage ARN.
stageArn - Stage ARN.public String toString()
toString in class ObjectObject.toString()public ListParticipantEventsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.