@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomDBEngineVersionAMI extends Object implements Serializable, Cloneable
A value that indicates the AMI information.
Constructor and Description |
---|
CustomDBEngineVersionAMI() |
Modifier and Type | Method and Description |
---|---|
CustomDBEngineVersionAMI |
clone() |
boolean |
equals(Object obj) |
String |
getImageId()
A value that indicates the ID of the AMI.
|
String |
getStatus()
A value that indicates the status of a custom engine version (CEV).
|
int |
hashCode() |
void |
setImageId(String imageId)
A value that indicates the ID of the AMI.
|
void |
setStatus(String status)
A value that indicates the status of a custom engine version (CEV).
|
String |
toString()
Returns a string representation of this object.
|
CustomDBEngineVersionAMI |
withImageId(String imageId)
A value that indicates the ID of the AMI.
|
CustomDBEngineVersionAMI |
withStatus(String status)
A value that indicates the status of a custom engine version (CEV).
|
public void setImageId(String imageId)
A value that indicates the ID of the AMI.
imageId
- A value that indicates the ID of the AMI.public String getImageId()
A value that indicates the ID of the AMI.
public CustomDBEngineVersionAMI withImageId(String imageId)
A value that indicates the ID of the AMI.
imageId
- A value that indicates the ID of the AMI.public void setStatus(String status)
A value that indicates the status of a custom engine version (CEV).
status
- A value that indicates the status of a custom engine version (CEV).public String getStatus()
A value that indicates the status of a custom engine version (CEV).
public CustomDBEngineVersionAMI withStatus(String status)
A value that indicates the status of a custom engine version (CEV).
status
- A value that indicates the status of a custom engine version (CEV).public String toString()
toString
in class Object
Object.toString()
public CustomDBEngineVersionAMI clone()
Copyright © 2023. All rights reserved.