@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartAssessmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartAssessmentRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartAssessmentRequest |
clone() |
boolean |
equals(Object obj) |
String |
getS3bucketForAnalysisData()
The S3 bucket used by the collectors to send analysis data to the service.
|
String |
getS3bucketForReportData()
The S3 bucket where all the reports generated by the service are stored.
|
int |
hashCode() |
void |
setS3bucketForAnalysisData(String s3bucketForAnalysisData)
The S3 bucket used by the collectors to send analysis data to the service.
|
void |
setS3bucketForReportData(String s3bucketForReportData)
The S3 bucket where all the reports generated by the service are stored.
|
String |
toString()
Returns a string representation of this object.
|
StartAssessmentRequest |
withS3bucketForAnalysisData(String s3bucketForAnalysisData)
The S3 bucket used by the collectors to send analysis data to the service.
|
StartAssessmentRequest |
withS3bucketForReportData(String s3bucketForReportData)
The S3 bucket where all the reports generated by the service are stored.
|
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 setS3bucketForAnalysisData(String s3bucketForAnalysisData)
The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin with
migrationhub-strategy-.
s3bucketForAnalysisData - The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin with
migrationhub-strategy-.public String getS3bucketForAnalysisData()
The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin with
migrationhub-strategy-.
migrationhub-strategy-.public StartAssessmentRequest withS3bucketForAnalysisData(String s3bucketForAnalysisData)
The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin with
migrationhub-strategy-.
s3bucketForAnalysisData - The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin with
migrationhub-strategy-.public void setS3bucketForReportData(String s3bucketForReportData)
The S3 bucket where all the reports generated by the service are stored. The bucket name must begin with
migrationhub-strategy-.
s3bucketForReportData - The S3 bucket where all the reports generated by the service are stored. The bucket name must begin with
migrationhub-strategy-.public String getS3bucketForReportData()
The S3 bucket where all the reports generated by the service are stored. The bucket name must begin with
migrationhub-strategy-.
migrationhub-strategy-.public StartAssessmentRequest withS3bucketForReportData(String s3bucketForReportData)
The S3 bucket where all the reports generated by the service are stored. The bucket name must begin with
migrationhub-strategy-.
s3bucketForReportData - The S3 bucket where all the reports generated by the service are stored. The bucket name must begin with
migrationhub-strategy-.public String toString()
toString in class ObjectObject.toString()public StartAssessmentRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.