@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppAssessmentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAppAssessmentsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAppAssessmentsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAppArn()
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
String |
getAssessmentName()
The name for the assessment.
|
List<String> |
getAssessmentStatus()
The current status of the assessment for the resiliency policy.
|
String |
getComplianceStatus()
The current status of compliance for the resiliency policy.
|
String |
getInvoker()
Specifies the entity that invoked a specific assessment, either a
User or the System. |
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.
|
Boolean |
getReverseOrder()
The default is to sort by ascending startTime.
|
int |
hashCode() |
Boolean |
isReverseOrder()
The default is to sort by ascending startTime.
|
void |
setAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
void |
setAssessmentName(String assessmentName)
The name for the assessment.
|
void |
setAssessmentStatus(Collection<String> assessmentStatus)
The current status of the assessment for the resiliency policy.
|
void |
setComplianceStatus(String complianceStatus)
The current status of compliance for the resiliency policy.
|
void |
setInvoker(String invoker)
Specifies the entity that invoked a specific assessment, either a
User or the System. |
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.
|
void |
setReverseOrder(Boolean reverseOrder)
The default is to sort by ascending startTime.
|
String |
toString()
Returns a string representation of this object.
|
ListAppAssessmentsRequest |
withAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
|
ListAppAssessmentsRequest |
withAssessmentName(String assessmentName)
The name for the assessment.
|
ListAppAssessmentsRequest |
withAssessmentStatus(AssessmentStatus... assessmentStatus)
The current status of the assessment for the resiliency policy.
|
ListAppAssessmentsRequest |
withAssessmentStatus(Collection<String> assessmentStatus)
The current status of the assessment for the resiliency policy.
|
ListAppAssessmentsRequest |
withAssessmentStatus(String... assessmentStatus)
The current status of the assessment for the resiliency policy.
|
ListAppAssessmentsRequest |
withComplianceStatus(ComplianceStatus complianceStatus)
The current status of compliance for the resiliency policy.
|
ListAppAssessmentsRequest |
withComplianceStatus(String complianceStatus)
The current status of compliance for the resiliency policy.
|
ListAppAssessmentsRequest |
withInvoker(AssessmentInvoker invoker)
Specifies the entity that invoked a specific assessment, either a
User or the System. |
ListAppAssessmentsRequest |
withInvoker(String invoker)
Specifies the entity that invoked a specific assessment, either a
User or the System. |
ListAppAssessmentsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListAppAssessmentsRequest |
withNextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
ListAppAssessmentsRequest |
withReverseOrder(Boolean reverseOrder)
The default is to sort by ascending startTime.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the AWS General Reference guide.
appArn - The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For
more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public String getAppArn()
The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the AWS General Reference guide.
partition:resiliencehub:region:account:app/app-id.
For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public ListAppAssessmentsRequest withAppArn(String appArn)
The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the AWS General Reference guide.
appArn - The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For
more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public void setAssessmentName(String assessmentName)
The name for the assessment.
assessmentName - The name for the assessment.public String getAssessmentName()
The name for the assessment.
public ListAppAssessmentsRequest withAssessmentName(String assessmentName)
The name for the assessment.
assessmentName - The name for the assessment.public List<String> getAssessmentStatus()
The current status of the assessment for the resiliency policy.
AssessmentStatuspublic void setAssessmentStatus(Collection<String> assessmentStatus)
The current status of the assessment for the resiliency policy.
assessmentStatus - The current status of the assessment for the resiliency policy.AssessmentStatuspublic ListAppAssessmentsRequest withAssessmentStatus(String... assessmentStatus)
The current status of the assessment for the resiliency policy.
NOTE: This method appends the values to the existing list (if any). Use
setAssessmentStatus(java.util.Collection) or withAssessmentStatus(java.util.Collection) if you
want to override the existing values.
assessmentStatus - The current status of the assessment for the resiliency policy.AssessmentStatuspublic ListAppAssessmentsRequest withAssessmentStatus(Collection<String> assessmentStatus)
The current status of the assessment for the resiliency policy.
assessmentStatus - The current status of the assessment for the resiliency policy.AssessmentStatuspublic ListAppAssessmentsRequest withAssessmentStatus(AssessmentStatus... assessmentStatus)
The current status of the assessment for the resiliency policy.
assessmentStatus - The current status of the assessment for the resiliency policy.AssessmentStatuspublic void setComplianceStatus(String complianceStatus)
The current status of compliance for the resiliency policy.
complianceStatus - The current status of compliance for the resiliency policy.ComplianceStatuspublic String getComplianceStatus()
The current status of compliance for the resiliency policy.
ComplianceStatuspublic ListAppAssessmentsRequest withComplianceStatus(String complianceStatus)
The current status of compliance for the resiliency policy.
complianceStatus - The current status of compliance for the resiliency policy.ComplianceStatuspublic ListAppAssessmentsRequest withComplianceStatus(ComplianceStatus complianceStatus)
The current status of compliance for the resiliency policy.
complianceStatus - The current status of compliance for the resiliency policy.ComplianceStatuspublic void setInvoker(String invoker)
Specifies the entity that invoked a specific assessment, either a User or the System.
invoker - Specifies the entity that invoked a specific assessment, either a User or the
System.AssessmentInvokerpublic String getInvoker()
Specifies the entity that invoked a specific assessment, either a User or the System.
User or the
System.AssessmentInvokerpublic ListAppAssessmentsRequest withInvoker(String invoker)
Specifies the entity that invoked a specific assessment, either a User or the System.
invoker - Specifies the entity that invoked a specific assessment, either a User or the
System.AssessmentInvokerpublic ListAppAssessmentsRequest withInvoker(AssessmentInvoker invoker)
Specifies the entity that invoked a specific assessment, either a User or the System.
invoker - Specifies the entity that invoked a specific assessment, either a User or the
System.AssessmentInvokerpublic 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 ListAppAssessmentsRequest 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 ListAppAssessmentsRequest 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 void setReverseOrder(Boolean reverseOrder)
The default is to sort by ascending startTime. To sort by descending startTime, set reverseOrder to
true.
reverseOrder - The default is to sort by ascending startTime. To sort by descending startTime, set
reverseOrder to true.public Boolean getReverseOrder()
The default is to sort by ascending startTime. To sort by descending startTime, set reverseOrder to
true.
true.public ListAppAssessmentsRequest withReverseOrder(Boolean reverseOrder)
The default is to sort by ascending startTime. To sort by descending startTime, set reverseOrder to
true.
reverseOrder - The default is to sort by ascending startTime. To sort by descending startTime, set
reverseOrder to true.public Boolean isReverseOrder()
The default is to sort by ascending startTime. To sort by descending startTime, set reverseOrder to
true.
true.public String toString()
toString in class ObjectObject.toString()public ListAppAssessmentsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.