@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RelationalDatabaseBlueprint extends Object implements Serializable, Cloneable, StructuredPojo
Describes a database image, or blueprint. A blueprint describes the major engine version of a database.
Constructor and Description |
---|
RelationalDatabaseBlueprint() |
Modifier and Type | Method and Description |
---|---|
RelationalDatabaseBlueprint |
clone() |
boolean |
equals(Object obj) |
String |
getBlueprintId()
The ID for the database blueprint.
|
String |
getEngine()
The database software of the database blueprint (for example,
MySQL ). |
String |
getEngineDescription()
The description of the database engine for the database blueprint.
|
String |
getEngineVersion()
The database engine version for the database blueprint (for example,
5.7.23 ). |
String |
getEngineVersionDescription()
The description of the database engine version for the database blueprint.
|
Boolean |
getIsEngineDefault()
A Boolean value indicating whether the engine version is the default for the database blueprint.
|
int |
hashCode() |
Boolean |
isEngineDefault()
A Boolean value indicating whether the engine version is the default for the database blueprint.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBlueprintId(String blueprintId)
The ID for the database blueprint.
|
void |
setEngine(String engine)
The database software of the database blueprint (for example,
MySQL ). |
void |
setEngineDescription(String engineDescription)
The description of the database engine for the database blueprint.
|
void |
setEngineVersion(String engineVersion)
The database engine version for the database blueprint (for example,
5.7.23 ). |
void |
setEngineVersionDescription(String engineVersionDescription)
The description of the database engine version for the database blueprint.
|
void |
setIsEngineDefault(Boolean isEngineDefault)
A Boolean value indicating whether the engine version is the default for the database blueprint.
|
String |
toString()
Returns a string representation of this object.
|
RelationalDatabaseBlueprint |
withBlueprintId(String blueprintId)
The ID for the database blueprint.
|
RelationalDatabaseBlueprint |
withEngine(RelationalDatabaseEngine engine)
The database software of the database blueprint (for example,
MySQL ). |
RelationalDatabaseBlueprint |
withEngine(String engine)
The database software of the database blueprint (for example,
MySQL ). |
RelationalDatabaseBlueprint |
withEngineDescription(String engineDescription)
The description of the database engine for the database blueprint.
|
RelationalDatabaseBlueprint |
withEngineVersion(String engineVersion)
The database engine version for the database blueprint (for example,
5.7.23 ). |
RelationalDatabaseBlueprint |
withEngineVersionDescription(String engineVersionDescription)
The description of the database engine version for the database blueprint.
|
RelationalDatabaseBlueprint |
withIsEngineDefault(Boolean isEngineDefault)
A Boolean value indicating whether the engine version is the default for the database blueprint.
|
public void setBlueprintId(String blueprintId)
The ID for the database blueprint.
blueprintId
- The ID for the database blueprint.public String getBlueprintId()
The ID for the database blueprint.
public RelationalDatabaseBlueprint withBlueprintId(String blueprintId)
The ID for the database blueprint.
blueprintId
- The ID for the database blueprint.public void setEngine(String engine)
The database software of the database blueprint (for example, MySQL
).
engine
- The database software of the database blueprint (for example, MySQL
).RelationalDatabaseEngine
public String getEngine()
The database software of the database blueprint (for example, MySQL
).
MySQL
).RelationalDatabaseEngine
public RelationalDatabaseBlueprint withEngine(String engine)
The database software of the database blueprint (for example, MySQL
).
engine
- The database software of the database blueprint (for example, MySQL
).RelationalDatabaseEngine
public RelationalDatabaseBlueprint withEngine(RelationalDatabaseEngine engine)
The database software of the database blueprint (for example, MySQL
).
engine
- The database software of the database blueprint (for example, MySQL
).RelationalDatabaseEngine
public void setEngineVersion(String engineVersion)
The database engine version for the database blueprint (for example, 5.7.23
).
engineVersion
- The database engine version for the database blueprint (for example, 5.7.23
).public String getEngineVersion()
The database engine version for the database blueprint (for example, 5.7.23
).
5.7.23
).public RelationalDatabaseBlueprint withEngineVersion(String engineVersion)
The database engine version for the database blueprint (for example, 5.7.23
).
engineVersion
- The database engine version for the database blueprint (for example, 5.7.23
).public void setEngineDescription(String engineDescription)
The description of the database engine for the database blueprint.
engineDescription
- The description of the database engine for the database blueprint.public String getEngineDescription()
The description of the database engine for the database blueprint.
public RelationalDatabaseBlueprint withEngineDescription(String engineDescription)
The description of the database engine for the database blueprint.
engineDescription
- The description of the database engine for the database blueprint.public void setEngineVersionDescription(String engineVersionDescription)
The description of the database engine version for the database blueprint.
engineVersionDescription
- The description of the database engine version for the database blueprint.public String getEngineVersionDescription()
The description of the database engine version for the database blueprint.
public RelationalDatabaseBlueprint withEngineVersionDescription(String engineVersionDescription)
The description of the database engine version for the database blueprint.
engineVersionDescription
- The description of the database engine version for the database blueprint.public void setIsEngineDefault(Boolean isEngineDefault)
A Boolean value indicating whether the engine version is the default for the database blueprint.
isEngineDefault
- A Boolean value indicating whether the engine version is the default for the database blueprint.public Boolean getIsEngineDefault()
A Boolean value indicating whether the engine version is the default for the database blueprint.
public RelationalDatabaseBlueprint withIsEngineDefault(Boolean isEngineDefault)
A Boolean value indicating whether the engine version is the default for the database blueprint.
isEngineDefault
- A Boolean value indicating whether the engine version is the default for the database blueprint.public Boolean isEngineDefault()
A Boolean value indicating whether the engine version is the default for the database blueprint.
public String toString()
toString
in class Object
Object.toString()
public RelationalDatabaseBlueprint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.