@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVoiceProfileDomainsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListVoiceProfileDomainsResult() |
Modifier and Type | Method and Description |
---|---|
ListVoiceProfileDomainsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token used to return the next page of results.
|
List<VoiceProfileDomainSummary> |
getVoiceProfileDomains()
The list of voice profile domains.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token used to return the next page of results.
|
void |
setVoiceProfileDomains(Collection<VoiceProfileDomainSummary> voiceProfileDomains)
The list of voice profile domains.
|
String |
toString()
Returns a string representation of this object.
|
ListVoiceProfileDomainsResult |
withNextToken(String nextToken)
The token used to return the next page of results.
|
ListVoiceProfileDomainsResult |
withVoiceProfileDomains(Collection<VoiceProfileDomainSummary> voiceProfileDomains)
The list of voice profile domains.
|
ListVoiceProfileDomainsResult |
withVoiceProfileDomains(VoiceProfileDomainSummary... voiceProfileDomains)
The list of voice profile domains.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VoiceProfileDomainSummary> getVoiceProfileDomains()
The list of voice profile domains.
public void setVoiceProfileDomains(Collection<VoiceProfileDomainSummary> voiceProfileDomains)
The list of voice profile domains.
voiceProfileDomains
- The list of voice profile domains.public ListVoiceProfileDomainsResult withVoiceProfileDomains(VoiceProfileDomainSummary... voiceProfileDomains)
The list of voice profile domains.
NOTE: This method appends the values to the existing list (if any). Use
setVoiceProfileDomains(java.util.Collection)
or withVoiceProfileDomains(java.util.Collection)
if you want to override the existing values.
voiceProfileDomains
- The list of voice profile domains.public ListVoiceProfileDomainsResult withVoiceProfileDomains(Collection<VoiceProfileDomainSummary> voiceProfileDomains)
The list of voice profile domains.
voiceProfileDomains
- The list of voice profile domains.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 ListVoiceProfileDomainsResult 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 ListVoiceProfileDomainsResult clone()