@Generated(value="software.amazon.awssdk:codegen") public final class LaunchTemplateDiskConf extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateDiskConf.Builder,LaunchTemplateDiskConf>
Launch template disk configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LaunchTemplateDiskConf.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LaunchTemplateDiskConf.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
iops()
Launch template disk iops configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchTemplateDiskConf.Builder> |
serializableBuilderClass() |
Long |
throughput()
Launch template disk throughput configuration.
|
LaunchTemplateDiskConf.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VolumeType |
volumeType()
Launch template disk volume type configuration.
|
String |
volumeTypeAsString()
Launch template disk volume type configuration.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long iops()
Launch template disk iops configuration.
public final Long throughput()
Launch template disk throughput configuration.
public final VolumeType volumeType()
Launch template disk volume type configuration.
If the service returns an enum value that is not available in the current SDK version, volumeType will
return VolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
volumeTypeAsString().
VolumeTypepublic final String volumeTypeAsString()
Launch template disk volume type configuration.
If the service returns an enum value that is not available in the current SDK version, volumeType will
return VolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
volumeTypeAsString().
VolumeTypepublic LaunchTemplateDiskConf.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LaunchTemplateDiskConf.Builder,LaunchTemplateDiskConf>public static LaunchTemplateDiskConf.Builder builder()
public static Class<? extends LaunchTemplateDiskConf.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.