@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public StartAssessmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()