@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportMetadataModelAssessmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ExportMetadataModelAssessmentRequest() |
| Modifier and Type | Method and Description |
|---|---|
ExportMetadataModelAssessmentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAssessmentReportTypes()
The file format of the assessment file.
|
String |
getFileName()
The name of the assessment file to create in your Amazon S3 bucket.
|
String |
getMigrationProjectIdentifier()
The migration project name or Amazon Resource Name (ARN).
|
String |
getSelectionRules()
A value that specifies the database objects to assess.
|
int |
hashCode() |
void |
setAssessmentReportTypes(Collection<String> assessmentReportTypes)
The file format of the assessment file.
|
void |
setFileName(String fileName)
The name of the assessment file to create in your Amazon S3 bucket.
|
void |
setMigrationProjectIdentifier(String migrationProjectIdentifier)
The migration project name or Amazon Resource Name (ARN).
|
void |
setSelectionRules(String selectionRules)
A value that specifies the database objects to assess.
|
String |
toString()
Returns a string representation of this object.
|
ExportMetadataModelAssessmentRequest |
withAssessmentReportTypes(AssessmentReportType... assessmentReportTypes)
The file format of the assessment file.
|
ExportMetadataModelAssessmentRequest |
withAssessmentReportTypes(Collection<String> assessmentReportTypes)
The file format of the assessment file.
|
ExportMetadataModelAssessmentRequest |
withAssessmentReportTypes(String... assessmentReportTypes)
The file format of the assessment file.
|
ExportMetadataModelAssessmentRequest |
withFileName(String fileName)
The name of the assessment file to create in your Amazon S3 bucket.
|
ExportMetadataModelAssessmentRequest |
withMigrationProjectIdentifier(String migrationProjectIdentifier)
The migration project name or Amazon Resource Name (ARN).
|
ExportMetadataModelAssessmentRequest |
withSelectionRules(String selectionRules)
A value that specifies the database objects to assess.
|
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, withSdkRequestTimeoutpublic ExportMetadataModelAssessmentRequest()
public void setMigrationProjectIdentifier(String migrationProjectIdentifier)
The migration project name or Amazon Resource Name (ARN).
migrationProjectIdentifier - The migration project name or Amazon Resource Name (ARN).public String getMigrationProjectIdentifier()
The migration project name or Amazon Resource Name (ARN).
public ExportMetadataModelAssessmentRequest withMigrationProjectIdentifier(String migrationProjectIdentifier)
The migration project name or Amazon Resource Name (ARN).
migrationProjectIdentifier - The migration project name or Amazon Resource Name (ARN).public void setSelectionRules(String selectionRules)
A value that specifies the database objects to assess.
selectionRules - A value that specifies the database objects to assess.public String getSelectionRules()
A value that specifies the database objects to assess.
public ExportMetadataModelAssessmentRequest withSelectionRules(String selectionRules)
A value that specifies the database objects to assess.
selectionRules - A value that specifies the database objects to assess.public void setFileName(String fileName)
The name of the assessment file to create in your Amazon S3 bucket.
fileName - The name of the assessment file to create in your Amazon S3 bucket.public String getFileName()
The name of the assessment file to create in your Amazon S3 bucket.
public ExportMetadataModelAssessmentRequest withFileName(String fileName)
The name of the assessment file to create in your Amazon S3 bucket.
fileName - The name of the assessment file to create in your Amazon S3 bucket.public List<String> getAssessmentReportTypes()
The file format of the assessment file.
AssessmentReportTypepublic void setAssessmentReportTypes(Collection<String> assessmentReportTypes)
The file format of the assessment file.
assessmentReportTypes - The file format of the assessment file.AssessmentReportTypepublic ExportMetadataModelAssessmentRequest withAssessmentReportTypes(String... assessmentReportTypes)
The file format of the assessment file.
NOTE: This method appends the values to the existing list (if any). Use
setAssessmentReportTypes(java.util.Collection) or
withAssessmentReportTypes(java.util.Collection) if you want to override the existing values.
assessmentReportTypes - The file format of the assessment file.AssessmentReportTypepublic ExportMetadataModelAssessmentRequest withAssessmentReportTypes(Collection<String> assessmentReportTypes)
The file format of the assessment file.
assessmentReportTypes - The file format of the assessment file.AssessmentReportTypepublic ExportMetadataModelAssessmentRequest withAssessmentReportTypes(AssessmentReportType... assessmentReportTypes)
The file format of the assessment file.
assessmentReportTypes - The file format of the assessment file.AssessmentReportTypepublic String toString()
toString in class ObjectObject.toString()public ExportMetadataModelAssessmentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()