@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVoiceConnectorGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListVoiceConnectorGroupsResult() |
Modifier and Type | Method and Description |
---|---|
ListVoiceConnectorGroupsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token used to return the next page of results.
|
List<VoiceConnectorGroup> |
getVoiceConnectorGroups()
The details of the Voice Connector groups.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token used to return the next page of results.
|
void |
setVoiceConnectorGroups(Collection<VoiceConnectorGroup> voiceConnectorGroups)
The details of the Voice Connector groups.
|
String |
toString()
Returns a string representation of this object.
|
ListVoiceConnectorGroupsResult |
withNextToken(String nextToken)
The token used to return the next page of results.
|
ListVoiceConnectorGroupsResult |
withVoiceConnectorGroups(Collection<VoiceConnectorGroup> voiceConnectorGroups)
The details of the Voice Connector groups.
|
ListVoiceConnectorGroupsResult |
withVoiceConnectorGroups(VoiceConnectorGroup... voiceConnectorGroups)
The details of the Voice Connector groups.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VoiceConnectorGroup> getVoiceConnectorGroups()
The details of the Voice Connector groups.
public void setVoiceConnectorGroups(Collection<VoiceConnectorGroup> voiceConnectorGroups)
The details of the Voice Connector groups.
voiceConnectorGroups
- The details of the Voice Connector groups.public ListVoiceConnectorGroupsResult withVoiceConnectorGroups(VoiceConnectorGroup... voiceConnectorGroups)
The details of the Voice Connector groups.
NOTE: This method appends the values to the existing list (if any). Use
setVoiceConnectorGroups(java.util.Collection)
or withVoiceConnectorGroups(java.util.Collection)
if you want to override the existing values.
voiceConnectorGroups
- The details of the Voice Connector groups.public ListVoiceConnectorGroupsResult withVoiceConnectorGroups(Collection<VoiceConnectorGroup> voiceConnectorGroups)
The details of the Voice Connector groups.
voiceConnectorGroups
- The details of the Voice Connector groups.public void setNextToken(String nextToken)
The token used to return the next page of results.
nextToken
- The token used to return the next page of results.public String getNextToken()
The token used to return the next page of results.
public ListVoiceConnectorGroupsResult withNextToken(String nextToken)
The token used to return the next page of results.
nextToken
- The token used to return the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListVoiceConnectorGroupsResult clone()