@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSpeakerEnrollmentJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSpeakerEnrollmentJobsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSpeakerEnrollmentJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainId()
The identifier of the domain that contains the speaker enrollment jobs.
|
String |
getJobStatus()
Provides the status of your speaker enrollment Job.
|
Integer |
getMaxResults()
The maximum number of results that are returned per call.
|
String |
getNextToken()
If
NextToken is returned, there are more results available. |
int |
hashCode() |
void |
setDomainId(String domainId)
The identifier of the domain that contains the speaker enrollment jobs.
|
void |
setJobStatus(String jobStatus)
Provides the status of your speaker enrollment Job.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
void |
setNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
ListSpeakerEnrollmentJobsRequest |
withDomainId(String domainId)
The identifier of the domain that contains the speaker enrollment jobs.
|
ListSpeakerEnrollmentJobsRequest |
withJobStatus(SpeakerEnrollmentJobStatus jobStatus)
Provides the status of your speaker enrollment Job.
|
ListSpeakerEnrollmentJobsRequest |
withJobStatus(String jobStatus)
Provides the status of your speaker enrollment Job.
|
ListSpeakerEnrollmentJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListSpeakerEnrollmentJobsRequest |
withNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
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, withSdkRequestTimeoutpublic void setDomainId(String domainId)
The identifier of the domain that contains the speaker enrollment jobs.
domainId - The identifier of the domain that contains the speaker enrollment jobs.public String getDomainId()
The identifier of the domain that contains the speaker enrollment jobs.
public ListSpeakerEnrollmentJobsRequest withDomainId(String domainId)
The identifier of the domain that contains the speaker enrollment jobs.
domainId - The identifier of the domain that contains the speaker enrollment jobs.public void setJobStatus(String jobStatus)
Provides the status of your speaker enrollment Job.
jobStatus - Provides the status of your speaker enrollment Job.SpeakerEnrollmentJobStatuspublic String getJobStatus()
Provides the status of your speaker enrollment Job.
SpeakerEnrollmentJobStatuspublic ListSpeakerEnrollmentJobsRequest withJobStatus(String jobStatus)
Provides the status of your speaker enrollment Job.
jobStatus - Provides the status of your speaker enrollment Job.SpeakerEnrollmentJobStatuspublic ListSpeakerEnrollmentJobsRequest withJobStatus(SpeakerEnrollmentJobStatus jobStatus)
Provides the status of your speaker enrollment Job.
jobStatus - Provides the status of your speaker enrollment Job.SpeakerEnrollmentJobStatuspublic void setMaxResults(Integer maxResults)
The maximum number of results that are returned per call. You can use NextToken to obtain more pages
of results. The default is 100; the maximum allowed page size is also 100.
maxResults - The maximum number of results that are returned per call. You can use NextToken to obtain
more pages of results. The default is 100; the maximum allowed page size is also 100.public Integer getMaxResults()
The maximum number of results that are returned per call. You can use NextToken to obtain more pages
of results. The default is 100; the maximum allowed page size is also 100.
NextToken to obtain
more pages of results. The default is 100; the maximum allowed page size is also 100.public ListSpeakerEnrollmentJobsRequest withMaxResults(Integer maxResults)
The maximum number of results that are returned per call. You can use NextToken to obtain more pages
of results. The default is 100; the maximum allowed page size is also 100.
maxResults - The maximum number of results that are returned per call. You can use NextToken to obtain
more pages of results. The default is 100; the maximum allowed page size is also 100.public void setNextToken(String nextToken)
If NextToken is returned, there are more results available. The value of NextToken is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours.
nextToken - If NextToken is returned, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours.public String getNextToken()
If NextToken is returned, there are more results available. The value of NextToken is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours.
NextToken is returned, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours.public ListSpeakerEnrollmentJobsRequest withNextToken(String nextToken)
If NextToken is returned, there are more results available. The value of NextToken is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours.
nextToken - If NextToken is returned, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours.public String toString()
toString in class ObjectObject.toString()public ListSpeakerEnrollmentJobsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()