@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ElasticGpuSpecification extends Object implements Serializable, Cloneable
A specification for an Elastic GPU.
Constructor and Description |
---|
ElasticGpuSpecification() |
Modifier and Type | Method and Description |
---|---|
ElasticGpuSpecification |
clone() |
boolean |
equals(Object obj) |
String |
getType()
The type of Elastic GPU.
|
int |
hashCode() |
void |
setType(String type)
The type of Elastic GPU.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ElasticGpuSpecification |
withType(String type)
The type of Elastic GPU.
|
public void setType(String type)
The type of Elastic GPU.
type
- The type of Elastic GPU.public String getType()
The type of Elastic GPU.
public ElasticGpuSpecification withType(String type)
The type of Elastic GPU.
type
- The type of Elastic GPU.public String toString()
toString
in class Object
Object.toString()
public ElasticGpuSpecification clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.