@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkersWithQualificationTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListWorkersWithQualificationTypeResult() |
| Modifier and Type | Method and Description |
|---|---|
ListWorkersWithQualificationTypeResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken() |
Integer |
getNumResults()
The number of Qualifications on this page in the filtered results list, equivalent to the number of
Qualifications being returned by this call.
|
List<Qualification> |
getQualifications()
The list of Qualification elements returned by this call.
|
int |
hashCode() |
void |
setNextToken(String nextToken) |
void |
setNumResults(Integer numResults)
The number of Qualifications on this page in the filtered results list, equivalent to the number of
Qualifications being returned by this call.
|
void |
setQualifications(Collection<Qualification> qualifications)
The list of Qualification elements returned by this call.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkersWithQualificationTypeResult |
withNextToken(String nextToken) |
ListWorkersWithQualificationTypeResult |
withNumResults(Integer numResults)
The number of Qualifications on this page in the filtered results list, equivalent to the number of
Qualifications being returned by this call.
|
ListWorkersWithQualificationTypeResult |
withQualifications(Collection<Qualification> qualifications)
The list of Qualification elements returned by this call.
|
ListWorkersWithQualificationTypeResult |
withQualifications(Qualification... qualifications)
The list of Qualification elements returned by this call.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListWorkersWithQualificationTypeResult()
public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public ListWorkersWithQualificationTypeResult withNextToken(String nextToken)
nextToken - public void setNumResults(Integer numResults)
The number of Qualifications on this page in the filtered results list, equivalent to the number of Qualifications being returned by this call.
numResults - The number of Qualifications on this page in the filtered results list, equivalent to the number of
Qualifications being returned by this call.public Integer getNumResults()
The number of Qualifications on this page in the filtered results list, equivalent to the number of Qualifications being returned by this call.
public ListWorkersWithQualificationTypeResult withNumResults(Integer numResults)
The number of Qualifications on this page in the filtered results list, equivalent to the number of Qualifications being returned by this call.
numResults - The number of Qualifications on this page in the filtered results list, equivalent to the number of
Qualifications being returned by this call.public List<Qualification> getQualifications()
The list of Qualification elements returned by this call.
public void setQualifications(Collection<Qualification> qualifications)
The list of Qualification elements returned by this call.
qualifications - The list of Qualification elements returned by this call.public ListWorkersWithQualificationTypeResult withQualifications(Qualification... qualifications)
The list of Qualification elements returned by this call.
NOTE: This method appends the values to the existing list (if any). Use
setQualifications(java.util.Collection) or withQualifications(java.util.Collection) if you want
to override the existing values.
qualifications - The list of Qualification elements returned by this call.public ListWorkersWithQualificationTypeResult withQualifications(Collection<Qualification> qualifications)
The list of Qualification elements returned by this call.
qualifications - The list of Qualification elements returned by this call.public String toString()
toString in class ObjectObject.toString()public ListWorkersWithQualificationTypeResult clone()
Copyright © 2024. All rights reserved.