Class ElasticGpuAssociation
java.lang.Object
software.amazon.awssdk.services.ec2.model.ElasticGpuAssociation
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ElasticGpuAssociation.Builder,ElasticGpuAssociation>
@Generated("software.amazon.awssdk:codegen")
public final class ElasticGpuAssociation
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ElasticGpuAssociation.Builder,ElasticGpuAssociation>
Amazon Elastic Graphics reached end of life on January 8, 2024.
Describes the association between an instance and an Elastic Graphics accelerator.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe ID of the association.final StringThe state of the association between the instance and the Elastic Graphics accelerator.final StringThe time the Elastic Graphics accelerator was associated with the instance.final StringThe ID of the Elastic Graphics accelerator.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends ElasticGpuAssociation.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
elasticGpuId
The ID of the Elastic Graphics accelerator.
- Returns:
- The ID of the Elastic Graphics accelerator.
-
elasticGpuAssociationId
The ID of the association.
- Returns:
- The ID of the association.
-
elasticGpuAssociationState
The state of the association between the instance and the Elastic Graphics accelerator.
- Returns:
- The state of the association between the instance and the Elastic Graphics accelerator.
-
elasticGpuAssociationTime
The time the Elastic Graphics accelerator was associated with the instance.
- Returns:
- The time the Elastic Graphics accelerator was associated with the instance.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ElasticGpuAssociation.Builder,ElasticGpuAssociation>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-