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