@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyConversionConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyConversionConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyConversionConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConversionConfiguration()
The new conversion configuration.
|
String |
getMigrationProjectIdentifier()
The migration project name or Amazon Resource Name (ARN).
|
int |
hashCode() |
void |
setConversionConfiguration(String conversionConfiguration)
The new conversion configuration.
|
void |
setMigrationProjectIdentifier(String migrationProjectIdentifier)
The migration project name or Amazon Resource Name (ARN).
|
String |
toString()
Returns a string representation of this object.
|
ModifyConversionConfigurationRequest |
withConversionConfiguration(String conversionConfiguration)
The new conversion configuration.
|
ModifyConversionConfigurationRequest |
withMigrationProjectIdentifier(String migrationProjectIdentifier)
The migration project name or Amazon Resource Name (ARN).
|
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 ModifyConversionConfigurationRequest()
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 ModifyConversionConfigurationRequest withMigrationProjectIdentifier(String migrationProjectIdentifier)
The migration project name or Amazon Resource Name (ARN).
migrationProjectIdentifier
- The migration project name or Amazon Resource Name (ARN).public void setConversionConfiguration(String conversionConfiguration)
The new conversion configuration.
conversionConfiguration
- The new conversion configuration.public String getConversionConfiguration()
The new conversion configuration.
public ModifyConversionConfigurationRequest withConversionConfiguration(String conversionConfiguration)
The new conversion configuration.
conversionConfiguration
- The new conversion configuration.public String toString()
toString
in class Object
Object.toString()
public ModifyConversionConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()