@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListParticipantsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListParticipantsResult() |
Modifier and Type | Method and Description |
---|---|
ListParticipantsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are more participants than
maxResults , use nextToken in the request to get the
next set. |
List<ParticipantSummary> |
getParticipants()
List of the matching participants (summary information only).
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are more participants than
maxResults , use nextToken in the request to get the
next set. |
void |
setParticipants(Collection<ParticipantSummary> participants)
List of the matching participants (summary information only).
|
String |
toString()
Returns a string representation of this object.
|
ListParticipantsResult |
withNextToken(String nextToken)
If there are more participants than
maxResults , use nextToken in the request to get the
next set. |
ListParticipantsResult |
withParticipants(Collection<ParticipantSummary> participants)
List of the matching participants (summary information only).
|
ListParticipantsResult |
withParticipants(ParticipantSummary... participants)
List of the matching participants (summary information only).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ParticipantSummary> getParticipants()
List of the matching participants (summary information only).
public void setParticipants(Collection<ParticipantSummary> participants)
List of the matching participants (summary information only).
participants
- List of the matching participants (summary information only).public ListParticipantsResult withParticipants(ParticipantSummary... participants)
List of the matching participants (summary information only).
NOTE: This method appends the values to the existing list (if any). Use
setParticipants(java.util.Collection)
or withParticipants(java.util.Collection)
if you want to
override the existing values.
participants
- List of the matching participants (summary information only).public ListParticipantsResult withParticipants(Collection<ParticipantSummary> participants)
List of the matching participants (summary information only).
participants
- List of the matching participants (summary information only).public void setNextToken(String nextToken)
If there are more participants than maxResults
, use nextToken
in the request to get the
next set.
nextToken
- If there are more participants than maxResults
, use nextToken
in the request to
get the next set.public String getNextToken()
If there are more participants than maxResults
, use nextToken
in the request to get the
next set.
maxResults
, use nextToken
in the request to
get the next set.public ListParticipantsResult withNextToken(String nextToken)
If there are more participants than maxResults
, use nextToken
in the request to get the
next set.
nextToken
- If there are more participants than maxResults
, use nextToken
in the request to
get the next set.public String toString()
toString
in class Object
Object.toString()
public ListParticipantsResult clone()