@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCustomDBEngineVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteCustomDBEngineVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomDBEngineVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEngine()
The database engine.
|
String |
getEngineVersion()
The custom engine version (CEV) for your DB instance.
|
int |
hashCode() |
void |
setEngine(String engine)
The database engine.
|
void |
setEngineVersion(String engineVersion)
The custom engine version (CEV) for your DB instance.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCustomDBEngineVersionRequest |
withEngine(String engine)
The database engine.
|
DeleteCustomDBEngineVersionRequest |
withEngineVersion(String engineVersion)
The custom engine version (CEV) for your DB instance.
|
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 void setEngine(String engine)
The database engine. The only supported engine is custom-oracle-ee.
engine - The database engine. The only supported engine is custom-oracle-ee.public String getEngine()
The database engine. The only supported engine is custom-oracle-ee.
custom-oracle-ee.public DeleteCustomDBEngineVersionRequest withEngine(String engine)
The database engine. The only supported engine is custom-oracle-ee.
engine - The database engine. The only supported engine is custom-oracle-ee.public void setEngineVersion(String engineVersion)
The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for
Amazon RDS. The combination of Engine and EngineVersion is unique per customer per
Amazon Web Services Region.
engineVersion - The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional
for Amazon RDS. The combination of Engine and EngineVersion is unique per
customer per Amazon Web Services Region.public String getEngineVersion()
The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for
Amazon RDS. The combination of Engine and EngineVersion is unique per customer per
Amazon Web Services Region.
Engine and EngineVersion is unique
per customer per Amazon Web Services Region.public DeleteCustomDBEngineVersionRequest withEngineVersion(String engineVersion)
The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for
Amazon RDS. The combination of Engine and EngineVersion is unique per customer per
Amazon Web Services Region.
engineVersion - The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional
for Amazon RDS. The combination of Engine and EngineVersion is unique per
customer per Amazon Web Services Region.public String toString()
toString in class ObjectObject.toString()public DeleteCustomDBEngineVersionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()