@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppAssessmentComplianceDriftsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAppAssessmentComplianceDriftsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAppAssessmentComplianceDriftsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentArn()
Amazon Resource Name (ARN) of the assessment.
|
Integer |
getMaxResults()
Indicates the maximum number of applications requested.
|
String |
getNextToken()
Indicates the unique token number of the next application to be checked for compliance and regulatory
requirements from the list of applications.
|
int |
hashCode() |
void |
setAssessmentArn(String assessmentArn)
Amazon Resource Name (ARN) of the assessment.
|
void |
setMaxResults(Integer maxResults)
Indicates the maximum number of applications requested.
|
void |
setNextToken(String nextToken)
Indicates the unique token number of the next application to be checked for compliance and regulatory
requirements from the list of applications.
|
String |
toString()
Returns a string representation of this object.
|
ListAppAssessmentComplianceDriftsRequest |
withAssessmentArn(String assessmentArn)
Amazon Resource Name (ARN) of the assessment.
|
ListAppAssessmentComplianceDriftsRequest |
withMaxResults(Integer maxResults)
Indicates the maximum number of applications requested.
|
ListAppAssessmentComplianceDriftsRequest |
withNextToken(String nextToken)
Indicates the unique token number of the next application to be checked for compliance and regulatory
requirements from the list of applications.
|
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 ListAppAssessmentComplianceDriftsRequest()
public void setAssessmentArn(String assessmentArn)
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 Amazon Web Services General Reference guide.
assessmentArn - 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 Amazon Web Services General Reference guide.public String getAssessmentArn()
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 Amazon Web Services General Reference guide.
partition
:resiliencehub:region:account:app-assessment/app-id. For more
information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference guide.public ListAppAssessmentComplianceDriftsRequest withAssessmentArn(String assessmentArn)
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 Amazon Web Services General Reference guide.
assessmentArn - 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 Amazon Web Services General Reference guide.public void setMaxResults(Integer maxResults)
Indicates the maximum number of applications requested.
maxResults - Indicates the maximum number of applications requested.public Integer getMaxResults()
Indicates the maximum number of applications requested.
public ListAppAssessmentComplianceDriftsRequest withMaxResults(Integer maxResults)
Indicates the maximum number of applications requested.
maxResults - Indicates the maximum number of applications requested.public void setNextToken(String nextToken)
Indicates the unique token number of the next application to be checked for compliance and regulatory requirements from the list of applications.
nextToken - Indicates the unique token number of the next application to be checked for compliance and regulatory
requirements from the list of applications.public String getNextToken()
Indicates the unique token number of the next application to be checked for compliance and regulatory requirements from the list of applications.
public ListAppAssessmentComplianceDriftsRequest withNextToken(String nextToken)
Indicates the unique token number of the next application to be checked for compliance and regulatory requirements from the list of applications.
nextToken - Indicates the unique token number of the next application to be checked for compliance and regulatory
requirements from the list of applications.public String toString()
toString in class ObjectObject.toString()public ListAppAssessmentComplianceDriftsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.