@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of results to return.
|
String |
getNextToken()
The first participant event 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 event 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 event 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, 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 ListParticipantEventsRequest 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 ListParticipantEventsRequest 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 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 setNextToken(String nextToken)
The first participant event to retrieve. This is used for pagination; see the nextToken
response
field.
nextToken
- The first participant event to retrieve. This is used for pagination; see the nextToken
response field.public String getNextToken()
The first participant event to retrieve. This is used for pagination; see the nextToken
response
field.
nextToken
response field.public ListParticipantEventsRequest withNextToken(String nextToken)
The first participant event to retrieve. This is used for pagination; see the nextToken
response
field.
nextToken
- The first participant event to retrieve. This is used for pagination; see the nextToken
response field.public 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 String toString()
toString
in class Object
Object.toString()
public ListParticipantEventsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()