@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartMetadataModelExportAsScriptRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartMetadataModelExportAsScriptRequest() |
Modifier and Type | Method and Description |
---|---|
StartMetadataModelExportAsScriptRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFileName()
The name of the model file to create in the Amazon S3 bucket.
|
String |
getMigrationProjectIdentifier()
The migration project name or Amazon Resource Name (ARN).
|
String |
getOrigin()
Whether to export the metadata model from the source or the target.
|
String |
getSelectionRules()
A value that specifies the database objects to export.
|
int |
hashCode() |
void |
setFileName(String fileName)
The name of the model file to create in the Amazon S3 bucket.
|
void |
setMigrationProjectIdentifier(String migrationProjectIdentifier)
The migration project name or Amazon Resource Name (ARN).
|
void |
setOrigin(String origin)
Whether to export the metadata model from the source or the target.
|
void |
setSelectionRules(String selectionRules)
A value that specifies the database objects to export.
|
String |
toString()
Returns a string representation of this object.
|
StartMetadataModelExportAsScriptRequest |
withFileName(String fileName)
The name of the model file to create in the Amazon S3 bucket.
|
StartMetadataModelExportAsScriptRequest |
withMigrationProjectIdentifier(String migrationProjectIdentifier)
The migration project name or Amazon Resource Name (ARN).
|
StartMetadataModelExportAsScriptRequest |
withOrigin(OriginTypeValue origin)
Whether to export the metadata model from the source or the target.
|
StartMetadataModelExportAsScriptRequest |
withOrigin(String origin)
Whether to export the metadata model from the source or the target.
|
StartMetadataModelExportAsScriptRequest |
withSelectionRules(String selectionRules)
A value that specifies the database objects to export.
|
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 StartMetadataModelExportAsScriptRequest()
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 StartMetadataModelExportAsScriptRequest 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 export.
selectionRules
- A value that specifies the database objects to export.public String getSelectionRules()
A value that specifies the database objects to export.
public StartMetadataModelExportAsScriptRequest withSelectionRules(String selectionRules)
A value that specifies the database objects to export.
selectionRules
- A value that specifies the database objects to export.public void setOrigin(String origin)
Whether to export the metadata model from the source or the target.
origin
- Whether to export the metadata model from the source or the target.OriginTypeValue
public String getOrigin()
Whether to export the metadata model from the source or the target.
OriginTypeValue
public StartMetadataModelExportAsScriptRequest withOrigin(String origin)
Whether to export the metadata model from the source or the target.
origin
- Whether to export the metadata model from the source or the target.OriginTypeValue
public StartMetadataModelExportAsScriptRequest withOrigin(OriginTypeValue origin)
Whether to export the metadata model from the source or the target.
origin
- Whether to export the metadata model from the source or the target.OriginTypeValue
public void setFileName(String fileName)
The name of the model file to create in the Amazon S3 bucket.
fileName
- The name of the model file to create in the Amazon S3 bucket.public String getFileName()
The name of the model file to create in the Amazon S3 bucket.
public StartMetadataModelExportAsScriptRequest withFileName(String fileName)
The name of the model file to create in the Amazon S3 bucket.
fileName
- The name of the model file to create in the Amazon S3 bucket.public String toString()
toString
in class Object
Object.toString()
public StartMetadataModelExportAsScriptRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()