@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssessmentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAssessmentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAssessmentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Represents the maximum number of results on a page or for an API request call.
|
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
String |
getStatus()
The current status of the assessment.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
void |
setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
void |
setStatus(String status)
The current status of the assessment.
|
String |
toString()
Returns a string representation of this object.
|
ListAssessmentsRequest |
withMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
ListAssessmentsRequest |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
ListAssessmentsRequest |
withStatus(AssessmentStatus status)
The current status of the assessment.
|
ListAssessmentsRequest |
withStatus(String status)
The current status of the assessment.
|
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 setStatus(String status)
The current status of the assessment.
status
- The current status of the assessment.AssessmentStatus
public String getStatus()
The current status of the assessment.
AssessmentStatus
public ListAssessmentsRequest withStatus(String status)
The current status of the assessment.
status
- The current status of the assessment.AssessmentStatus
public ListAssessmentsRequest withStatus(AssessmentStatus status)
The current status of the assessment.
status
- The current status of the assessment.AssessmentStatus
public void setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public String getNextToken()
The pagination token that's used to fetch the next set of results.
public ListAssessmentsRequest withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public void setMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
maxResults
- Represents the maximum number of results on a page or for an API request call.public Integer getMaxResults()
Represents the maximum number of results on a page or for an API request call.
public ListAssessmentsRequest withMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
maxResults
- Represents the maximum number of results on a page or for an API request call.public String toString()
toString
in class Object
Object.toString()
public ListAssessmentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()