@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.
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.