@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestRecommendationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTestRecommendationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTestRecommendationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssessmentArn()
The Amazon Resource Name (ARN) of the assessment.
|
Integer |
getMaxResults()
The maximum number of results to include in the response.
|
String |
getNextToken()
Null, or the token from a previous call to get the next set of results.
|
int |
hashCode() |
void |
setAssessmentArn(String assessmentArn)
The Amazon Resource Name (ARN) of the assessment.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
void |
setNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListTestRecommendationsRequest |
withAssessmentArn(String assessmentArn)
The Amazon Resource Name (ARN) of the assessment.
|
ListTestRecommendationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListTestRecommendationsRequest |
withNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
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 setAssessmentArn(String assessmentArn)
The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition
:resiliencehub:region
:account
:app-assessment/app-id
. For more information
about ARNs, see Amazon
Resource Names (ARNs) in the AWS General Reference.
assessmentArn
- The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition
:resiliencehub:region
:account
:app-assessment/app-id
. For more
information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.public String getAssessmentArn()
The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition
:resiliencehub:region
:account
:app-assessment/app-id
. For more information
about ARNs, see Amazon
Resource Names (ARNs) in the AWS General Reference.
partition
:resiliencehub:region
:account
:app-assessment/app-id
. For more
information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.public ListTestRecommendationsRequest withAssessmentArn(String assessmentArn)
The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition
:resiliencehub:region
:account
:app-assessment/app-id
. For more information
about ARNs, see Amazon
Resource Names (ARNs) in the AWS General Reference.
assessmentArn
- The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition
:resiliencehub:region
:account
:app-assessment/app-id
. For more
information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.public void setMaxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
maxResults
- The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.public Integer getMaxResults()
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.public ListTestRecommendationsRequest withMaxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
maxResults
- The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.public void setNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
nextToken
- Null, or the token from a previous call to get the next set of results.public String getNextToken()
Null, or the token from a previous call to get the next set of results.
public ListTestRecommendationsRequest withNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
nextToken
- Null, or the token from a previous call to get the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListTestRecommendationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()