@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstallationMedia extends Object implements Serializable, Cloneable
Contains the installation media for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.
Constructor and Description |
---|
InstallationMedia() |
Modifier and Type | Method and Description |
---|---|
InstallationMedia |
clone() |
boolean |
equals(Object obj) |
String |
getCustomAvailabilityZoneId()
The custom Availability Zone (AZ) that contains the installation media.
|
String |
getEngine()
The DB engine.
|
String |
getEngineInstallationMediaPath()
The path to the installation medium for the DB engine.
|
String |
getEngineVersion()
The engine version of the DB engine.
|
InstallationMediaFailureCause |
getFailureCause()
If an installation media failure occurred, the cause of the failure.
|
String |
getInstallationMediaId()
The installation medium ID.
|
String |
getOSInstallationMediaPath()
The path to the installation medium for the operating system associated with the DB engine.
|
String |
getStatus()
The status of the installation medium.
|
int |
hashCode() |
void |
setCustomAvailabilityZoneId(String customAvailabilityZoneId)
The custom Availability Zone (AZ) that contains the installation media.
|
void |
setEngine(String engine)
The DB engine.
|
void |
setEngineInstallationMediaPath(String engineInstallationMediaPath)
The path to the installation medium for the DB engine.
|
void |
setEngineVersion(String engineVersion)
The engine version of the DB engine.
|
void |
setFailureCause(InstallationMediaFailureCause failureCause)
If an installation media failure occurred, the cause of the failure.
|
void |
setInstallationMediaId(String installationMediaId)
The installation medium ID.
|
void |
setOSInstallationMediaPath(String oSInstallationMediaPath)
The path to the installation medium for the operating system associated with the DB engine.
|
void |
setStatus(String status)
The status of the installation medium.
|
String |
toString()
Returns a string representation of this object.
|
InstallationMedia |
withCustomAvailabilityZoneId(String customAvailabilityZoneId)
The custom Availability Zone (AZ) that contains the installation media.
|
InstallationMedia |
withEngine(String engine)
The DB engine.
|
InstallationMedia |
withEngineInstallationMediaPath(String engineInstallationMediaPath)
The path to the installation medium for the DB engine.
|
InstallationMedia |
withEngineVersion(String engineVersion)
The engine version of the DB engine.
|
InstallationMedia |
withFailureCause(InstallationMediaFailureCause failureCause)
If an installation media failure occurred, the cause of the failure.
|
InstallationMedia |
withInstallationMediaId(String installationMediaId)
The installation medium ID.
|
InstallationMedia |
withOSInstallationMediaPath(String oSInstallationMediaPath)
The path to the installation medium for the operating system associated with the DB engine.
|
InstallationMedia |
withStatus(String status)
The status of the installation medium.
|
public void setInstallationMediaId(String installationMediaId)
The installation medium ID.
installationMediaId
- The installation medium ID.public String getInstallationMediaId()
The installation medium ID.
public InstallationMedia withInstallationMediaId(String installationMediaId)
The installation medium ID.
installationMediaId
- The installation medium ID.public void setCustomAvailabilityZoneId(String customAvailabilityZoneId)
The custom Availability Zone (AZ) that contains the installation media.
customAvailabilityZoneId
- The custom Availability Zone (AZ) that contains the installation media.public String getCustomAvailabilityZoneId()
The custom Availability Zone (AZ) that contains the installation media.
public InstallationMedia withCustomAvailabilityZoneId(String customAvailabilityZoneId)
The custom Availability Zone (AZ) that contains the installation media.
customAvailabilityZoneId
- The custom Availability Zone (AZ) that contains the installation media.public void setEngine(String engine)
The DB engine.
engine
- The DB engine.public String getEngine()
The DB engine.
public InstallationMedia withEngine(String engine)
The DB engine.
engine
- The DB engine.public void setEngineVersion(String engineVersion)
The engine version of the DB engine.
engineVersion
- The engine version of the DB engine.public String getEngineVersion()
The engine version of the DB engine.
public InstallationMedia withEngineVersion(String engineVersion)
The engine version of the DB engine.
engineVersion
- The engine version of the DB engine.public void setEngineInstallationMediaPath(String engineInstallationMediaPath)
The path to the installation medium for the DB engine.
engineInstallationMediaPath
- The path to the installation medium for the DB engine.public String getEngineInstallationMediaPath()
The path to the installation medium for the DB engine.
public InstallationMedia withEngineInstallationMediaPath(String engineInstallationMediaPath)
The path to the installation medium for the DB engine.
engineInstallationMediaPath
- The path to the installation medium for the DB engine.public void setOSInstallationMediaPath(String oSInstallationMediaPath)
The path to the installation medium for the operating system associated with the DB engine.
oSInstallationMediaPath
- The path to the installation medium for the operating system associated with the DB engine.public String getOSInstallationMediaPath()
The path to the installation medium for the operating system associated with the DB engine.
public InstallationMedia withOSInstallationMediaPath(String oSInstallationMediaPath)
The path to the installation medium for the operating system associated with the DB engine.
oSInstallationMediaPath
- The path to the installation medium for the operating system associated with the DB engine.public void setStatus(String status)
The status of the installation medium.
status
- The status of the installation medium.public String getStatus()
The status of the installation medium.
public InstallationMedia withStatus(String status)
The status of the installation medium.
status
- The status of the installation medium.public void setFailureCause(InstallationMediaFailureCause failureCause)
If an installation media failure occurred, the cause of the failure.
failureCause
- If an installation media failure occurred, the cause of the failure.public InstallationMediaFailureCause getFailureCause()
If an installation media failure occurred, the cause of the failure.
public InstallationMedia withFailureCause(InstallationMediaFailureCause failureCause)
If an installation media failure occurred, the cause of the failure.
failureCause
- If an installation media failure occurred, the cause of the failure.public String toString()
toString
in class Object
Object.toString()
public InstallationMedia clone()