@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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
.QualificationStatus
public String getStatus()
The status of the Qualifications to return. Can be Granted | Revoked
.
Granted | Revoked
.QualificationStatus
public 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
.QualificationStatus
public 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
.QualificationStatus
public 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
.QualificationStatus
public 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 Object
Object.toString()
public ListWorkersWithQualificationTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()