@Generated(value="software.amazon.awssdk:codegen") public final class DeleteInstallationMediaResponse extends RdsResponse implements ToCopyableBuilder<DeleteInstallationMediaResponse.Builder,DeleteInstallationMediaResponse>
Contains the installation media for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteInstallationMediaResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteInstallationMediaResponse.Builder |
builder() |
String |
customAvailabilityZoneId()
The custom Availability Zone (AZ) that contains the installation media.
|
String |
engine()
The DB engine.
|
String |
engineInstallationMediaPath()
The path to the installation medium for the DB engine.
|
String |
engineVersion()
The engine version of the DB engine.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
InstallationMediaFailureCause |
failureCause()
If an installation media failure occurred, the cause of the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
installationMediaId()
The installation medium ID.
|
String |
osInstallationMediaPath()
The path to the installation medium for the operating system associated with the DB engine.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteInstallationMediaResponse.Builder> |
serializableBuilderClass() |
String |
status()
The status of the installation medium.
|
DeleteInstallationMediaResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String installationMediaId()
The installation medium ID.
public final String customAvailabilityZoneId()
The custom Availability Zone (AZ) that contains the installation media.
public final String engine()
The DB engine.
public final String engineVersion()
The engine version of the DB engine.
public final String engineInstallationMediaPath()
The path to the installation medium for the DB engine.
public final String osInstallationMediaPath()
The path to the installation medium for the operating system associated with the DB engine.
public final String status()
The status of the installation medium.
public final InstallationMediaFailureCause failureCause()
If an installation media failure occurred, the cause of the failure.
public DeleteInstallationMediaResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteInstallationMediaResponse.Builder,DeleteInstallationMediaResponse>toBuilder in class AwsResponsepublic static DeleteInstallationMediaResponse.Builder builder()
public static Class<? extends DeleteInstallationMediaResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.