@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstallationMediaFailureCause extends Object implements Serializable, Cloneable
Contains the cause of an installation media failure. Installation media is used for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.
Constructor and Description |
---|
InstallationMediaFailureCause() |
Modifier and Type | Method and Description |
---|---|
InstallationMediaFailureCause |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
The reason that an installation media import failed.
|
int |
hashCode() |
void |
setMessage(String message)
The reason that an installation media import failed.
|
String |
toString()
Returns a string representation of this object.
|
InstallationMediaFailureCause |
withMessage(String message)
The reason that an installation media import failed.
|
public void setMessage(String message)
The reason that an installation media import failed.
message
- The reason that an installation media import failed.public String getMessage()
The reason that an installation media import failed.
public InstallationMediaFailureCause withMessage(String message)
The reason that an installation media import failed.
message
- The reason that an installation media import failed.public String toString()
toString
in class Object
Object.toString()
public InstallationMediaFailureCause clone()