@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public EngineVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.