@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVoiceConnectorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListVoiceConnectorsResult() |
Modifier and Type | Method and Description |
---|---|
ListVoiceConnectorsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<VoiceConnector> |
getVoiceConnectors()
The details of the Amazon Chime Voice Connectors.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setVoiceConnectors(Collection<VoiceConnector> voiceConnectors)
The details of the Amazon Chime Voice Connectors.
|
String |
toString()
Returns a string representation of this object.
|
ListVoiceConnectorsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListVoiceConnectorsResult |
withVoiceConnectors(Collection<VoiceConnector> voiceConnectors)
The details of the Amazon Chime Voice Connectors.
|
ListVoiceConnectorsResult |
withVoiceConnectors(VoiceConnector... voiceConnectors)
The details of the Amazon Chime Voice Connectors.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VoiceConnector> getVoiceConnectors()
The details of the Amazon Chime Voice Connectors.
public void setVoiceConnectors(Collection<VoiceConnector> voiceConnectors)
The details of the Amazon Chime Voice Connectors.
voiceConnectors
- The details of the Amazon Chime Voice Connectors.public ListVoiceConnectorsResult withVoiceConnectors(VoiceConnector... voiceConnectors)
The details of the Amazon Chime Voice Connectors.
NOTE: This method appends the values to the existing list (if any). Use
setVoiceConnectors(java.util.Collection)
or withVoiceConnectors(java.util.Collection)
if you
want to override the existing values.
voiceConnectors
- The details of the Amazon Chime Voice Connectors.public ListVoiceConnectorsResult withVoiceConnectors(Collection<VoiceConnector> voiceConnectors)
The details of the Amazon Chime Voice Connectors.
voiceConnectors
- The details of the Amazon Chime Voice Connectors.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 ListVoiceConnectorsResult 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 ListVoiceConnectorsResult clone()