@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ElasticGpuSpecification extends Object implements Serializable, Cloneable
Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4, G5, or G6 instances.
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.
type
- The type of Elastic Graphics accelerator.public String getType()
The type of Elastic Graphics accelerator.
public ElasticGpuSpecification withType(String type)
The type of Elastic Graphics accelerator.
type
- The type of Elastic Graphics accelerator.public String toString()
toString
in class Object
Object.toString()
public ElasticGpuSpecification clone()