@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVoiceProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListVoiceProfilesRequest() |
Modifier and Type | Method and Description |
---|---|
ListVoiceProfilesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results in the request.
|
String |
getNextToken()
The token used to retrieve the next page of results.
|
String |
getVoiceProfileDomainId()
The ID of the voice profile domain.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results in the request.
|
void |
setNextToken(String nextToken)
The token used to retrieve the next page of results.
|
void |
setVoiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain.
|
String |
toString()
Returns a string representation of this object.
|
ListVoiceProfilesRequest |
withMaxResults(Integer maxResults)
The maximum number of results in the request.
|
ListVoiceProfilesRequest |
withNextToken(String nextToken)
The token used to retrieve the next page of results.
|
ListVoiceProfilesRequest |
withVoiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setVoiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain.
voiceProfileDomainId
- The ID of the voice profile domain.public String getVoiceProfileDomainId()
The ID of the voice profile domain.
public ListVoiceProfilesRequest withVoiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain.
voiceProfileDomainId
- The ID of the voice profile domain.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 ListVoiceProfilesRequest 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 void setMaxResults(Integer maxResults)
The maximum number of results in the request.
maxResults
- The maximum number of results in the request.public Integer getMaxResults()
The maximum number of results in the request.
public ListVoiceProfilesRequest withMaxResults(Integer maxResults)
The maximum number of results in the request.
maxResults
- The maximum number of results in the request.public String toString()
toString
in class Object
Object.toString()
public ListVoiceProfilesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()