@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EngineVersion extends Object implements Serializable, Cloneable, StructuredPojo
| 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)
name - Id for the version.public String getName()
public EngineVersion withName(String name)
name - Id for the version.public String toString()
toString in class ObjectObject.toString()public EngineVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.