@Generated(value="software.amazon.awssdk:codegen") public final class ConversionProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConversionProperties.Builder,ConversionProperties>
Properties of a conversion job
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConversionProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConversionProperties.Builder |
builder() |
String |
dataTimestamp()
The timestamp of when the snapshot being converted was taken
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
forceUefi()
Whether the volume being converted uses UEFI or not
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasVolumeToConversionMap()
For responses, this returns true if the service returned a value for the VolumeToConversionMap property.
|
boolean |
hasVolumeToVolumeSize()
For responses, this returns true if the service returned a value for the VolumeToVolumeSize property.
|
String |
rootVolumeName()
The root volume name of a conversion job
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConversionProperties.Builder> |
serializableBuilderClass() |
ConversionProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Map<String,Map<String,String>> |
volumeToConversionMap()
A mapping between the volumes being converted and the converted snapshot ids
|
Map<String,Long> |
volumeToVolumeSize()
A mapping between the volumes and their sizes
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dataTimestamp()
The timestamp of when the snapshot being converted was taken
public final Boolean forceUefi()
Whether the volume being converted uses UEFI or not
public final String rootVolumeName()
The root volume name of a conversion job
public final boolean hasVolumeToConversionMap()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final Map<String,Map<String,String>> volumeToConversionMap()
A mapping between the volumes being converted and the converted snapshot ids
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasVolumeToConversionMap() method.
public final boolean hasVolumeToVolumeSize()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,Long> volumeToVolumeSize()
A mapping between the volumes and their sizes
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasVolumeToVolumeSize() method.
public ConversionProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConversionProperties.Builder,ConversionProperties>public static ConversionProperties.Builder builder()
public static Class<? extends ConversionProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.