@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ElasticGpuSpecification extends Object implements Serializable, Cloneable
A specification for an Elastic Graphics accelerator.
Constructor and Description |
---|
ElasticGpuSpecification() |
Modifier and Type | Method and Description |
---|---|
ElasticGpuSpecification |
clone() |
boolean |
equals(Object obj) |
String |
getType()
The type of Elastic Graphics accelerator.
|
int |
hashCode() |
void |
setType(String type)
The type of Elastic Graphics accelerator.
|
String |
toString()
Returns a string representation of this object.
|
ElasticGpuSpecification |
withType(String type)
The type of Elastic Graphics accelerator.
|
public void setType(String type)
The type of Elastic Graphics accelerator. For more information about the values to specify for Type
,
see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the Amazon Elastic
Compute Cloud User Guide for Windows Instances.
type
- The type of Elastic Graphics accelerator. For more information about the values to specify for
Type
, see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the Amazon
Elastic Compute Cloud User Guide for Windows Instances.public String getType()
The type of Elastic Graphics accelerator. For more information about the values to specify for Type
,
see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the Amazon Elastic
Compute Cloud User Guide for Windows Instances.
Type
, see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the Amazon
Elastic Compute Cloud User Guide for Windows Instances.public ElasticGpuSpecification withType(String type)
The type of Elastic Graphics accelerator. For more information about the values to specify for Type
,
see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the Amazon Elastic
Compute Cloud User Guide for Windows Instances.
type
- The type of Elastic Graphics accelerator. For more information about the values to specify for
Type
, see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the Amazon
Elastic Compute Cloud User Guide for Windows Instances.public String toString()
toString
in class Object
Object.toString()
public ElasticGpuSpecification clone()