@Generated(value="software.amazon.awssdk:codegen") public final class ElasticGpuAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ElasticGpuAssociation.Builder,ElasticGpuAssociation>
Describes the association between an instance and an Elastic Graphics accelerator.
Modifier and Type | Class and Description |
---|---|
static interface |
ElasticGpuAssociation.Builder |
Modifier and Type | Method and Description |
---|---|
static ElasticGpuAssociation.Builder |
builder() |
String |
elasticGpuAssociationId()
The ID of the association.
|
String |
elasticGpuAssociationState()
The state of the association between the instance and the Elastic Graphics accelerator.
|
String |
elasticGpuAssociationTime()
The time the Elastic Graphics accelerator was associated with the instance.
|
String |
elasticGpuId()
The ID of the Elastic Graphics accelerator.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ElasticGpuAssociation.Builder> |
serializableBuilderClass() |
ElasticGpuAssociation.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String elasticGpuId()
The ID of the Elastic Graphics accelerator.
public String elasticGpuAssociationId()
The ID of the association.
public String elasticGpuAssociationState()
The state of the association between the instance and the Elastic Graphics accelerator.
public String elasticGpuAssociationTime()
The time the Elastic Graphics accelerator was associated with the instance.
public ElasticGpuAssociation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ElasticGpuAssociation.Builder,ElasticGpuAssociation>
public static ElasticGpuAssociation.Builder builder()
public static Class<? extends ElasticGpuAssociation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.