@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ElasticGpuAssociation extends Object implements Serializable, Cloneable
Describes the association between an instance and an Elastic GPU.
Constructor and Description |
---|
ElasticGpuAssociation() |
Modifier and Type | Method and Description |
---|---|
ElasticGpuAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getElasticGpuAssociationId()
The ID of the association.
|
String |
getElasticGpuAssociationState()
The state of the association between the instance and the Elastic GPU.
|
String |
getElasticGpuAssociationTime()
The time the Elastic GPU was associated with the instance.
|
String |
getElasticGpuId()
The ID of the Elastic GPU.
|
int |
hashCode() |
void |
setElasticGpuAssociationId(String elasticGpuAssociationId)
The ID of the association.
|
void |
setElasticGpuAssociationState(String elasticGpuAssociationState)
The state of the association between the instance and the Elastic GPU.
|
void |
setElasticGpuAssociationTime(String elasticGpuAssociationTime)
The time the Elastic GPU was associated with the instance.
|
void |
setElasticGpuId(String elasticGpuId)
The ID of the Elastic GPU.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ElasticGpuAssociation |
withElasticGpuAssociationId(String elasticGpuAssociationId)
The ID of the association.
|
ElasticGpuAssociation |
withElasticGpuAssociationState(String elasticGpuAssociationState)
The state of the association between the instance and the Elastic GPU.
|
ElasticGpuAssociation |
withElasticGpuAssociationTime(String elasticGpuAssociationTime)
The time the Elastic GPU was associated with the instance.
|
ElasticGpuAssociation |
withElasticGpuId(String elasticGpuId)
The ID of the Elastic GPU.
|
public void setElasticGpuId(String elasticGpuId)
The ID of the Elastic GPU.
elasticGpuId
- The ID of the Elastic GPU.public String getElasticGpuId()
The ID of the Elastic GPU.
public ElasticGpuAssociation withElasticGpuId(String elasticGpuId)
The ID of the Elastic GPU.
elasticGpuId
- The ID of the Elastic GPU.public void setElasticGpuAssociationId(String elasticGpuAssociationId)
The ID of the association.
elasticGpuAssociationId
- The ID of the association.public String getElasticGpuAssociationId()
The ID of the association.
public ElasticGpuAssociation withElasticGpuAssociationId(String elasticGpuAssociationId)
The ID of the association.
elasticGpuAssociationId
- The ID of the association.public void setElasticGpuAssociationState(String elasticGpuAssociationState)
The state of the association between the instance and the Elastic GPU.
elasticGpuAssociationState
- The state of the association between the instance and the Elastic GPU.public String getElasticGpuAssociationState()
The state of the association between the instance and the Elastic GPU.
public ElasticGpuAssociation withElasticGpuAssociationState(String elasticGpuAssociationState)
The state of the association between the instance and the Elastic GPU.
elasticGpuAssociationState
- The state of the association between the instance and the Elastic GPU.public void setElasticGpuAssociationTime(String elasticGpuAssociationTime)
The time the Elastic GPU was associated with the instance.
elasticGpuAssociationTime
- The time the Elastic GPU was associated with the instance.public String getElasticGpuAssociationTime()
The time the Elastic GPU was associated with the instance.
public ElasticGpuAssociation withElasticGpuAssociationTime(String elasticGpuAssociationTime)
The time the Elastic GPU was associated with the instance.
elasticGpuAssociationTime
- The time the Elastic GPU was associated with the instance.public String toString()
toString
in class Object
Object.toString()
public ElasticGpuAssociation clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.