@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConversionConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeConversionConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConversionConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getConversionConfiguration()
The configuration parameters for the schema conversion project.
|
String |
getMigrationProjectIdentifier()
The name or Amazon Resource Name (ARN) for the schema conversion project.
|
int |
hashCode() |
void |
setConversionConfiguration(String conversionConfiguration)
The configuration parameters for the schema conversion project.
|
void |
setMigrationProjectIdentifier(String migrationProjectIdentifier)
The name or Amazon Resource Name (ARN) for the schema conversion project.
|
String |
toString()
Returns a string representation of this object.
|
DescribeConversionConfigurationResult |
withConversionConfiguration(String conversionConfiguration)
The configuration parameters for the schema conversion project.
|
DescribeConversionConfigurationResult |
withMigrationProjectIdentifier(String migrationProjectIdentifier)
The name or Amazon Resource Name (ARN) for the schema conversion project.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeConversionConfigurationResult()
public void setMigrationProjectIdentifier(String migrationProjectIdentifier)
The name or Amazon Resource Name (ARN) for the schema conversion project.
migrationProjectIdentifier
- The name or Amazon Resource Name (ARN) for the schema conversion project.public String getMigrationProjectIdentifier()
The name or Amazon Resource Name (ARN) for the schema conversion project.
public DescribeConversionConfigurationResult withMigrationProjectIdentifier(String migrationProjectIdentifier)
The name or Amazon Resource Name (ARN) for the schema conversion project.
migrationProjectIdentifier
- The name or Amazon Resource Name (ARN) for the schema conversion project.public void setConversionConfiguration(String conversionConfiguration)
The configuration parameters for the schema conversion project.
conversionConfiguration
- The configuration parameters for the schema conversion project.public String getConversionConfiguration()
The configuration parameters for the schema conversion project.
public DescribeConversionConfigurationResult withConversionConfiguration(String conversionConfiguration)
The configuration parameters for the schema conversion project.
conversionConfiguration
- The configuration parameters for the schema conversion project.public String toString()
toString
in class Object
Object.toString()
public DescribeConversionConfigurationResult clone()