@Generated(value="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). For more information on compatible AMIs, see Using Amazon EC2 Compute Instances in the AWS Snowball Developer Guide.
Modifier and Type | Class and Description |
---|---|
static interface |
CompatibleImage.Builder |
Modifier and Type | Method and Description |
---|---|
String |
amiId()
The unique identifier for an individual Snowball Edge AMI.
|
static CompatibleImage.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The optional name of a compatible image.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CompatibleImage.Builder> |
serializableBuilderClass() |
CompatibleImage.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 amiId()
The unique identifier for an individual Snowball Edge AMI.
public String name()
The optional name of a compatible image.
public CompatibleImage.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CompatibleImage.Builder,CompatibleImage>
public static CompatibleImage.Builder builder()
public static Class<? extends CompatibleImage.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.