@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ElasticGpuSpecificationResponse extends Object implements Serializable, Cloneable
Describes an elastic GPU.
| Constructor and Description |
|---|
ElasticGpuSpecificationResponse() |
| Modifier and Type | Method and Description |
|---|---|
ElasticGpuSpecificationResponse |
clone() |
boolean |
equals(Object obj) |
String |
getType()
The elastic GPU type.
|
int |
hashCode() |
void |
setType(String type)
The elastic GPU type.
|
String |
toString()
Returns a string representation of this object.
|
ElasticGpuSpecificationResponse |
withType(String type)
The elastic GPU type.
|
public void setType(String type)
The elastic GPU type.
type - The elastic GPU type.public String getType()
The elastic GPU type.
public ElasticGpuSpecificationResponse withType(String type)
The elastic GPU type.
type - The elastic GPU type.public String toString()
toString in class ObjectObject.toString()public ElasticGpuSpecificationResponse clone()