@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAttendeesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAttendeesResult() |
Modifier and Type | Method and Description |
---|---|
ListAttendeesResult |
clone() |
boolean |
equals(Object obj) |
List<Attendee> |
getAttendees()
The Amazon Chime SDK attendee information.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setAttendees(Collection<Attendee> attendees)
The Amazon Chime SDK attendee information.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAttendeesResult |
withAttendees(Attendee... attendees)
The Amazon Chime SDK attendee information.
|
ListAttendeesResult |
withAttendees(Collection<Attendee> attendees)
The Amazon Chime SDK attendee information.
|
ListAttendeesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Attendee> getAttendees()
The Amazon Chime SDK attendee information.
public void setAttendees(Collection<Attendee> attendees)
The Amazon Chime SDK attendee information.
attendees
- The Amazon Chime SDK attendee information.public ListAttendeesResult withAttendees(Attendee... attendees)
The Amazon Chime SDK attendee information.
NOTE: This method appends the values to the existing list (if any). Use
setAttendees(java.util.Collection)
or withAttendees(java.util.Collection)
if you want to
override the existing values.
attendees
- The Amazon Chime SDK attendee information.public ListAttendeesResult withAttendees(Collection<Attendee> attendees)
The Amazon Chime SDK attendee information.
attendees
- The Amazon Chime SDK attendee information.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken
- The token to use to retrieve the next page of results.public String getNextToken()
The token to use to retrieve the next page of results.
public ListAttendeesResult withNextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken
- The token to use to retrieve the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListAttendeesResult clone()