@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkersWithQualificationTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListWorkersWithQualificationTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListWorkersWithQualificationTypeRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Limit the number of results returned.
|
String |
getNextToken()
Pagination Token
|
String |
getQualificationTypeId()
The ID of the Qualification type of the Qualifications to return.
|
String |
getStatus()
The status of the Qualifications to return.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Limit the number of results returned.
|
void |
setNextToken(String nextToken)
Pagination Token
|
void |
setQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type of the Qualifications to return.
|
void |
setStatus(QualificationStatus status)
The status of the Qualifications to return.
|
void |
setStatus(String status)
The status of the Qualifications to return.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkersWithQualificationTypeRequest |
withMaxResults(Integer maxResults)
Limit the number of results returned.
|
ListWorkersWithQualificationTypeRequest |
withNextToken(String nextToken)
Pagination Token
|
ListWorkersWithQualificationTypeRequest |
withQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type of the Qualifications to return.
|
ListWorkersWithQualificationTypeRequest |
withStatus(QualificationStatus status)
The status of the Qualifications to return.
|
ListWorkersWithQualificationTypeRequest |
withStatus(String status)
The status of the Qualifications to return.
|
addHandlerContext, copyBaseTo, 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 ListWorkersWithQualificationTypeRequest()
public void setQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type of the Qualifications to return.
qualificationTypeId - The ID of the Qualification type of the Qualifications to return.public String getQualificationTypeId()
The ID of the Qualification type of the Qualifications to return.
public ListWorkersWithQualificationTypeRequest withQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type of the Qualifications to return.
qualificationTypeId - The ID of the Qualification type of the Qualifications to return.public void setStatus(String status)
The status of the Qualifications to return. Can be Granted | Revoked.
status - The status of the Qualifications to return. Can be Granted | Revoked.QualificationStatuspublic String getStatus()
The status of the Qualifications to return. Can be Granted | Revoked.
Granted | Revoked.QualificationStatuspublic ListWorkersWithQualificationTypeRequest withStatus(String status)
The status of the Qualifications to return. Can be Granted | Revoked.
status - The status of the Qualifications to return. Can be Granted | Revoked.QualificationStatuspublic void setStatus(QualificationStatus status)
The status of the Qualifications to return. Can be Granted | Revoked.
status - The status of the Qualifications to return. Can be Granted | Revoked.QualificationStatuspublic ListWorkersWithQualificationTypeRequest withStatus(QualificationStatus status)
The status of the Qualifications to return. Can be Granted | Revoked.
status - The status of the Qualifications to return. Can be Granted | Revoked.QualificationStatuspublic void setNextToken(String nextToken)
Pagination Token
nextToken - Pagination Tokenpublic String getNextToken()
Pagination Token
public ListWorkersWithQualificationTypeRequest withNextToken(String nextToken)
Pagination Token
nextToken - Pagination Tokenpublic void setMaxResults(Integer maxResults)
Limit the number of results returned.
maxResults - Limit the number of results returned.public Integer getMaxResults()
Limit the number of results returned.
public ListWorkersWithQualificationTypeRequest withMaxResults(Integer maxResults)
Limit the number of results returned.
maxResults - Limit the number of results returned.public String toString()
toString in class ObjectObject.toString()public ListWorkersWithQualificationTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.