@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchemaConversionRequest extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a schema conversion action.
Constructor and Description |
---|
SchemaConversionRequest() |
Modifier and Type | Method and Description |
---|---|
SchemaConversionRequest |
clone() |
boolean |
equals(Object obj) |
ErrorDetails |
getError() |
ExportSqlDetails |
getExportSqlDetails() |
String |
getMigrationProjectArn()
The migration project ARN.
|
String |
getRequestIdentifier()
The identifier for the schema conversion action.
|
String |
getStatus()
The schema conversion action status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setError(ErrorDetails error) |
void |
setExportSqlDetails(ExportSqlDetails exportSqlDetails) |
void |
setMigrationProjectArn(String migrationProjectArn)
The migration project ARN.
|
void |
setRequestIdentifier(String requestIdentifier)
The identifier for the schema conversion action.
|
void |
setStatus(String status)
The schema conversion action status.
|
String |
toString()
Returns a string representation of this object.
|
SchemaConversionRequest |
withError(ErrorDetails error) |
SchemaConversionRequest |
withExportSqlDetails(ExportSqlDetails exportSqlDetails) |
SchemaConversionRequest |
withMigrationProjectArn(String migrationProjectArn)
The migration project ARN.
|
SchemaConversionRequest |
withRequestIdentifier(String requestIdentifier)
The identifier for the schema conversion action.
|
SchemaConversionRequest |
withStatus(String status)
The schema conversion action status.
|
public void setStatus(String status)
The schema conversion action status.
status
- The schema conversion action status.public String getStatus()
The schema conversion action status.
public SchemaConversionRequest withStatus(String status)
The schema conversion action status.
status
- The schema conversion action status.public void setRequestIdentifier(String requestIdentifier)
The identifier for the schema conversion action.
requestIdentifier
- The identifier for the schema conversion action.public String getRequestIdentifier()
The identifier for the schema conversion action.
public SchemaConversionRequest withRequestIdentifier(String requestIdentifier)
The identifier for the schema conversion action.
requestIdentifier
- The identifier for the schema conversion action.public void setMigrationProjectArn(String migrationProjectArn)
The migration project ARN.
migrationProjectArn
- The migration project ARN.public String getMigrationProjectArn()
The migration project ARN.
public SchemaConversionRequest withMigrationProjectArn(String migrationProjectArn)
The migration project ARN.
migrationProjectArn
- The migration project ARN.public void setError(ErrorDetails error)
error
- public ErrorDetails getError()
public SchemaConversionRequest withError(ErrorDetails error)
error
- public void setExportSqlDetails(ExportSqlDetails exportSqlDetails)
exportSqlDetails
- public ExportSqlDetails getExportSqlDetails()
public SchemaConversionRequest withExportSqlDetails(ExportSqlDetails exportSqlDetails)
exportSqlDetails
- public String toString()
toString
in class Object
Object.toString()
public SchemaConversionRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.