Class CompatibleImage
- java.lang.Object
-
- software.amazon.awssdk.services.snowball.model.CompatibleImage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CompatibleImage.Builder,CompatibleImage>
@Generated("software.amazon.awssdk:codegen") public final class CompatibleImage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CompatibleImage.Builder,CompatibleImage>
A JSON-formatted object that describes a compatible Amazon Machine Image (AMI), including the ID and name for a Snow device AMI. This AMI is compatible with the device's physical hardware requirements, and it should be able to be run in an SBE1 instance on the device.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCompatibleImage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringamiId()The unique identifier for an individual Snow device AMI.static CompatibleImage.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The optional name of a compatible image.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CompatibleImage.Builder>serializableBuilderClass()CompatibleImage.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
amiId
public final String amiId()
The unique identifier for an individual Snow device AMI.
- Returns:
- The unique identifier for an individual Snow device AMI.
-
name
public final String name()
The optional name of a compatible image.
- Returns:
- The optional name of a compatible image.
-
toBuilder
public CompatibleImage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CompatibleImage.Builder,CompatibleImage>
-
builder
public static CompatibleImage.Builder builder()
-
serializableBuilderClass
public static Class<? extends CompatibleImage.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-