@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListChecksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListChecksRequest() |
Modifier and Type | Method and Description |
---|---|
ListChecksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsService()
The aws service associated with the check
|
String |
getLanguage()
The ISO 639-1 code for the language that you want your checks to appear in.
|
Integer |
getMaxResults()
The maximum number of results to return per page.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getPillar()
The pillar of the check
|
String |
getSource()
The source of the check
|
int |
hashCode() |
void |
setAwsService(String awsService)
The aws service associated with the check
|
void |
setLanguage(String language)
The ISO 639-1 code for the language that you want your checks to appear in.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setPillar(String pillar)
The pillar of the check
|
void |
setSource(String source)
The source of the check
|
String |
toString()
Returns a string representation of this object.
|
ListChecksRequest |
withAwsService(String awsService)
The aws service associated with the check
|
ListChecksRequest |
withLanguage(RecommendationLanguage language)
The ISO 639-1 code for the language that you want your checks to appear in.
|
ListChecksRequest |
withLanguage(String language)
The ISO 639-1 code for the language that you want your checks to appear in.
|
ListChecksRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListChecksRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListChecksRequest |
withPillar(RecommendationPillar pillar)
The pillar of the check
|
ListChecksRequest |
withPillar(String pillar)
The pillar of the check
|
ListChecksRequest |
withSource(RecommendationSource source)
The source of the check
|
ListChecksRequest |
withSource(String source)
The source of the check
|
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 setAwsService(String awsService)
The aws service associated with the check
awsService
- The aws service associated with the checkpublic String getAwsService()
The aws service associated with the check
public ListChecksRequest withAwsService(String awsService)
The aws service associated with the check
awsService
- The aws service associated with the checkpublic void setLanguage(String language)
The ISO 639-1 code for the language that you want your checks to appear in.
language
- The ISO 639-1 code for the language that you want your checks to appear in.RecommendationLanguage
public String getLanguage()
The ISO 639-1 code for the language that you want your checks to appear in.
RecommendationLanguage
public ListChecksRequest withLanguage(String language)
The ISO 639-1 code for the language that you want your checks to appear in.
language
- The ISO 639-1 code for the language that you want your checks to appear in.RecommendationLanguage
public ListChecksRequest withLanguage(RecommendationLanguage language)
The ISO 639-1 code for the language that you want your checks to appear in.
language
- The ISO 639-1 code for the language that you want your checks to appear in.RecommendationLanguage
public void setMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public Integer getMaxResults()
The maximum number of results to return per page.
public ListChecksRequest withMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public ListChecksRequest withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public void setPillar(String pillar)
The pillar of the check
pillar
- The pillar of the checkRecommendationPillar
public String getPillar()
The pillar of the check
RecommendationPillar
public ListChecksRequest withPillar(String pillar)
The pillar of the check
pillar
- The pillar of the checkRecommendationPillar
public ListChecksRequest withPillar(RecommendationPillar pillar)
The pillar of the check
pillar
- The pillar of the checkRecommendationPillar
public void setSource(String source)
The source of the check
source
- The source of the checkRecommendationSource
public String getSource()
The source of the check
RecommendationSource
public ListChecksRequest withSource(String source)
The source of the check
source
- The source of the checkRecommendationSource
public ListChecksRequest withSource(RecommendationSource source)
The source of the check
source
- The source of the checkRecommendationSource
public String toString()
toString
in class Object
Object.toString()
public ListChecksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()