@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ElasticInferenceAccelerator extends Object implements Serializable, Cloneable
Describes an elastic inference accelerator.
Constructor and Description |
---|
ElasticInferenceAccelerator() |
Modifier and Type | Method and Description |
---|---|
ElasticInferenceAccelerator |
clone() |
boolean |
equals(Object obj) |
String |
getType()
The type of elastic inference accelerator.
|
int |
hashCode() |
void |
setType(String type)
The type of elastic inference accelerator.
|
String |
toString()
Returns a string representation of this object.
|
ElasticInferenceAccelerator |
withType(String type)
The type of elastic inference accelerator.
|
public void setType(String type)
The type of elastic inference accelerator. The possible values are eia1.small
,
eia1.medium
, and eia1.large
.
type
- The type of elastic inference accelerator. The possible values are eia1.small
,
eia1.medium
, and eia1.large
.public String getType()
The type of elastic inference accelerator. The possible values are eia1.small
,
eia1.medium
, and eia1.large
.
eia1.small
,
eia1.medium
, and eia1.large
.public ElasticInferenceAccelerator withType(String type)
The type of elastic inference accelerator. The possible values are eia1.small
,
eia1.medium
, and eia1.large
.
type
- The type of elastic inference accelerator. The possible values are eia1.small
,
eia1.medium
, and eia1.large
.public String toString()
toString
in class Object
Object.toString()
public ElasticInferenceAccelerator clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.