@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSpeakersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSpeakersResult() |
Modifier and Type | Method and Description |
---|---|
ListSpeakersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If
NextToken is returned, there are more results available. |
List<SpeakerSummary> |
getSpeakerSummaries()
A list containing details about each speaker in the Amazon Web Services account.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
void |
setSpeakerSummaries(Collection<SpeakerSummary> speakerSummaries)
A list containing details about each speaker in the Amazon Web Services account.
|
String |
toString()
Returns a string representation of this object.
|
ListSpeakersResult |
withNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
ListSpeakersResult |
withSpeakerSummaries(Collection<SpeakerSummary> speakerSummaries)
A list containing details about each speaker in the Amazon Web Services account.
|
ListSpeakersResult |
withSpeakerSummaries(SpeakerSummary... speakerSummaries)
A list containing details about each speaker in the Amazon Web Services account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If NextToken
is returned, there are more results available. The value of NextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours.
nextToken
- If NextToken
is returned, there are more results available. The value of
NextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours.public String getNextToken()
If NextToken
is returned, there are more results available. The value of NextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours.
NextToken
is returned, there are more results available. The value of
NextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours.public ListSpeakersResult withNextToken(String nextToken)
If NextToken
is returned, there are more results available. The value of NextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours.
nextToken
- If NextToken
is returned, there are more results available. The value of
NextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours.public List<SpeakerSummary> getSpeakerSummaries()
A list containing details about each speaker in the Amazon Web Services account.
public void setSpeakerSummaries(Collection<SpeakerSummary> speakerSummaries)
A list containing details about each speaker in the Amazon Web Services account.
speakerSummaries
- A list containing details about each speaker in the Amazon Web Services account.public ListSpeakersResult withSpeakerSummaries(SpeakerSummary... speakerSummaries)
A list containing details about each speaker in the Amazon Web Services account.
NOTE: This method appends the values to the existing list (if any). Use
setSpeakerSummaries(java.util.Collection)
or withSpeakerSummaries(java.util.Collection)
if you
want to override the existing values.
speakerSummaries
- A list containing details about each speaker in the Amazon Web Services account.public ListSpeakersResult withSpeakerSummaries(Collection<SpeakerSummary> speakerSummaries)
A list containing details about each speaker in the Amazon Web Services account.
speakerSummaries
- A list containing details about each speaker in the Amazon Web Services account.public String toString()
toString
in class Object
Object.toString()
public ListSpeakersResult clone()