@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMeetingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListMeetingsResult() |
Modifier and Type | Method and Description |
---|---|
ListMeetingsResult |
clone() |
boolean |
equals(Object obj) |
List<Meeting> |
getMeetings()
The Amazon Chime SDK meeting information.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setMeetings(Collection<Meeting> meetings)
The Amazon Chime SDK meeting 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.
|
ListMeetingsResult |
withMeetings(Collection<Meeting> meetings)
The Amazon Chime SDK meeting information.
|
ListMeetingsResult |
withMeetings(Meeting... meetings)
The Amazon Chime SDK meeting information.
|
ListMeetingsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Meeting> getMeetings()
The Amazon Chime SDK meeting information.
public void setMeetings(Collection<Meeting> meetings)
The Amazon Chime SDK meeting information.
meetings
- The Amazon Chime SDK meeting information.public ListMeetingsResult withMeetings(Meeting... meetings)
The Amazon Chime SDK meeting information.
NOTE: This method appends the values to the existing list (if any). Use
setMeetings(java.util.Collection)
or withMeetings(java.util.Collection)
if you want to override
the existing values.
meetings
- The Amazon Chime SDK meeting information.public ListMeetingsResult withMeetings(Collection<Meeting> meetings)
The Amazon Chime SDK meeting information.
meetings
- The Amazon Chime SDK meeting 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 ListMeetingsResult 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 ListMeetingsResult clone()