@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidateAssessmentReportIntegrityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ValidateAssessmentReportIntegrityRequest() |
Modifier and Type | Method and Description |
---|---|
ValidateAssessmentReportIntegrityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getS3RelativePath()
The relative path of the Amazon S3 bucket that the assessment report is stored in.
|
int |
hashCode() |
void |
setS3RelativePath(String s3RelativePath)
The relative path of the Amazon S3 bucket that the assessment report is stored in.
|
String |
toString()
Returns a string representation of this object.
|
ValidateAssessmentReportIntegrityRequest |
withS3RelativePath(String s3RelativePath)
The relative path of the Amazon S3 bucket that the assessment report is stored in.
|
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 ValidateAssessmentReportIntegrityRequest()
public void setS3RelativePath(String s3RelativePath)
The relative path of the Amazon S3 bucket that the assessment report is stored in.
s3RelativePath
- The relative path of the Amazon S3 bucket that the assessment report is stored in.public String getS3RelativePath()
The relative path of the Amazon S3 bucket that the assessment report is stored in.
public ValidateAssessmentReportIntegrityRequest withS3RelativePath(String s3RelativePath)
The relative path of the Amazon S3 bucket that the assessment report is stored in.
s3RelativePath
- The relative path of the Amazon S3 bucket that the assessment report is stored in.public String toString()
toString
in class Object
Object.toString()
public ValidateAssessmentReportIntegrityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()