@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EngineVersion extends Object implements Serializable, Cloneable, StructuredPojo
Id of the engine version.
| Constructor and Description |
|---|
EngineVersion() |
| Modifier and Type | Method and Description |
|---|---|
EngineVersion |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Id for the version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
Id for the version.
|
String |
toString()
Returns a string representation of this object.
|
EngineVersion |
withName(String name)
Id for the version.
|
public void setName(String name)
Id for the version.
name - Id for the version.public String getName()
Id for the version.
public EngineVersion withName(String name)
Id for the version.
name - Id for the version.public String toString()
toString in class ObjectObject.toString()public EngineVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.