@Generated(value="software.amazon.awssdk:codegen") public final class ImportInstallationMediaResponse extends RdsResponse implements ToCopyableBuilder<ImportInstallationMediaResponse.Builder,ImportInstallationMediaResponse>
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 |
ImportInstallationMediaResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportInstallationMediaResponse.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 ImportInstallationMediaResponse.Builder> |
serializableBuilderClass() |
String |
status()
The status of the installation medium.
|
ImportInstallationMediaResponse.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 ImportInstallationMediaResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportInstallationMediaResponse.Builder,ImportInstallationMediaResponse>toBuilder in class AwsResponsepublic static ImportInstallationMediaResponse.Builder builder()
public static Class<? extends ImportInstallationMediaResponse.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.