@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComputePlatform extends Object implements Serializable, Cloneable, StructuredPojo
A compute platform.
| Constructor and Description | 
|---|
| ComputePlatform() | 
| Modifier and Type | Method and Description | 
|---|---|
| ComputePlatform | clone() | 
| boolean | equals(Object obj) | 
| String | getProduct()
 The compute platform product. | 
| String | getVendor()
 The compute platform vendor. | 
| String | getVersion()
 The compute platform version. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setProduct(String product)
 The compute platform product. | 
| void | setVendor(String vendor)
 The compute platform vendor. | 
| void | setVersion(String version)
 The compute platform version. | 
| String | toString()Returns a string representation of this object. | 
| ComputePlatform | withProduct(String product)
 The compute platform product. | 
| ComputePlatform | withVendor(String vendor)
 The compute platform vendor. | 
| ComputePlatform | withVersion(String version)
 The compute platform version. | 
public void setProduct(String product)
The compute platform product.
product - The compute platform product.public String getProduct()
The compute platform product.
public ComputePlatform withProduct(String product)
The compute platform product.
product - The compute platform product.public void setVendor(String vendor)
The compute platform vendor.
vendor - The compute platform vendor.public String getVendor()
The compute platform vendor.
public ComputePlatform withVendor(String vendor)
The compute platform vendor.
vendor - The compute platform vendor.public void setVersion(String version)
The compute platform version.
version - The compute platform version.public String getVersion()
The compute platform version.
public ComputePlatform withVersion(String version)
The compute platform version.
version - The compute platform version.public String toString()
toString in class ObjectObject.toString()public ComputePlatform clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.