@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQualificationRequestsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListQualificationRequestsRequest() |
Modifier and Type | Method and Description |
---|---|
ListQualificationRequestsRequest |
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 to return in a single call.
|
String |
getNextToken() |
String |
getQualificationTypeId()
The ID of the QualificationType.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken) |
void |
setQualificationTypeId(String qualificationTypeId)
The ID of the QualificationType.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListQualificationRequestsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListQualificationRequestsRequest |
withNextToken(String nextToken) |
ListQualificationRequestsRequest |
withQualificationTypeId(String qualificationTypeId)
The ID of the QualificationType.
|
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 setQualificationTypeId(String qualificationTypeId)
The ID of the QualificationType.
qualificationTypeId
- The ID of the QualificationType.public String getQualificationTypeId()
The ID of the QualificationType.
public ListQualificationRequestsRequest withQualificationTypeId(String qualificationTypeId)
The ID of the QualificationType.
qualificationTypeId
- The ID of the QualificationType.public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListQualificationRequestsRequest withNextToken(String nextToken)
nextToken
- public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public Integer getMaxResults()
The maximum number of results to return in a single call.
public ListQualificationRequestsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public String toString()
toString
in class Object
Object.toString()
public ListQualificationRequestsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.