@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAppAssessmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeAppAssessmentRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAppAssessmentRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentArn()
The Amazon Resource Name (ARN) of the assessment.
|
int |
hashCode() |
void |
setAssessmentArn(String assessmentArn)
The Amazon Resource Name (ARN) of the assessment.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAppAssessmentRequest |
withAssessmentArn(String assessmentArn)
The Amazon Resource Name (ARN) of the assessment.
|
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 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 guide.
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 guide.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 guide.
partition
:resiliencehub:region:account:app-assessment/app-id. For more
information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public DescribeAppAssessmentRequest 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 guide.
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 guide.public String toString()
toString in class ObjectObject.toString()public DescribeAppAssessmentRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.