@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConferenceProvidersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListConferenceProvidersResult() |
Modifier and Type | Method and Description |
---|---|
ListConferenceProvidersResult |
clone() |
boolean |
equals(Object obj) |
List<ConferenceProvider> |
getConferenceProviders()
The conference providers.
|
String |
getNextToken()
The tokens used for pagination.
|
int |
hashCode() |
void |
setConferenceProviders(Collection<ConferenceProvider> conferenceProviders)
The conference providers.
|
void |
setNextToken(String nextToken)
The tokens used for pagination.
|
String |
toString()
Returns a string representation of this object.
|
ListConferenceProvidersResult |
withConferenceProviders(Collection<ConferenceProvider> conferenceProviders)
The conference providers.
|
ListConferenceProvidersResult |
withConferenceProviders(ConferenceProvider... conferenceProviders)
The conference providers.
|
ListConferenceProvidersResult |
withNextToken(String nextToken)
The tokens used for pagination.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ConferenceProvider> getConferenceProviders()
The conference providers.
public void setConferenceProviders(Collection<ConferenceProvider> conferenceProviders)
The conference providers.
conferenceProviders
- The conference providers.public ListConferenceProvidersResult withConferenceProviders(ConferenceProvider... conferenceProviders)
The conference providers.
NOTE: This method appends the values to the existing list (if any). Use
setConferenceProviders(java.util.Collection)
or withConferenceProviders(java.util.Collection)
if you want to override the existing values.
conferenceProviders
- The conference providers.public ListConferenceProvidersResult withConferenceProviders(Collection<ConferenceProvider> conferenceProviders)
The conference providers.
conferenceProviders
- The conference providers.public void setNextToken(String nextToken)
The tokens used for pagination.
nextToken
- The tokens used for pagination.public String getNextToken()
The tokens used for pagination.
public ListConferenceProvidersResult withNextToken(String nextToken)
The tokens used for pagination.
nextToken
- The tokens used for pagination.public String toString()
toString
in class Object
Object.toString()
public ListConferenceProvidersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.