Class ElasticGpuSpecificationResponse
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.ElasticGpuSpecificationResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ElasticGpuSpecificationResponse.Builder,ElasticGpuSpecificationResponse>
@Generated("software.amazon.awssdk:codegen") public final class ElasticGpuSpecificationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ElasticGpuSpecificationResponse.Builder,ElasticGpuSpecificationResponse>
Deprecated.
Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceElasticGpuSpecificationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ElasticGpuSpecificationResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ElasticGpuSpecificationResponse.Builder>serializableBuilderClass()ElasticGpuSpecificationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()Deprecated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
type
public final String type()
Deprecated.
Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.
- Returns:
- Deprecated.
Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.
-
toBuilder
public ElasticGpuSpecificationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ElasticGpuSpecificationResponse.Builder,ElasticGpuSpecificationResponse>
-
builder
public static ElasticGpuSpecificationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends ElasticGpuSpecificationResponse.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-