@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 specified Amazon S3 bucket in which the assessment report is stored.
|
int |
hashCode() |
void |
setS3RelativePath(String s3RelativePath)
The relative path of the specified Amazon S3 bucket in which the assessment report is stored.
|
String |
toString()
Returns a string representation of this object.
|
ValidateAssessmentReportIntegrityRequest |
withS3RelativePath(String s3RelativePath)
The relative path of the specified Amazon S3 bucket in which the assessment report is stored.
|
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 specified Amazon S3 bucket in which the assessment report is stored.
s3RelativePath
- The relative path of the specified Amazon S3 bucket in which the assessment report is stored.public String getS3RelativePath()
The relative path of the specified Amazon S3 bucket in which the assessment report is stored.
public ValidateAssessmentReportIntegrityRequest withS3RelativePath(String s3RelativePath)
The relative path of the specified Amazon S3 bucket in which the assessment report is stored.
s3RelativePath
- The relative path of the specified Amazon S3 bucket in which the assessment report is stored.public String toString()
toString
in class Object
Object.toString()
public ValidateAssessmentReportIntegrityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()