Class LaunchTemplateDiskConf
- java.lang.Object
-
- software.amazon.awssdk.services.mgn.model.LaunchTemplateDiskConf
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LaunchTemplateDiskConf.Builder,LaunchTemplateDiskConf>
@Generated("software.amazon.awssdk:codegen") public final class LaunchTemplateDiskConf extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateDiskConf.Builder,LaunchTemplateDiskConf>
Launch template disk configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLaunchTemplateDiskConf.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LaunchTemplateDiskConf.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Longiops()Launch template disk iops configuration.List<SdkField<?>>sdkFields()static Class<? extends LaunchTemplateDiskConf.Builder>serializableBuilderClass()Longthroughput()Launch template disk throughput configuration.LaunchTemplateDiskConf.BuildertoBuilder()StringtoString()Returns a string representation of this object.VolumeTypevolumeType()Launch template disk volume type configuration.StringvolumeTypeAsString()Launch template disk volume type configuration.-
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
-
iops
public final Long iops()
Launch template disk iops configuration.
- Returns:
- Launch template disk iops configuration.
-
throughput
public final Long throughput()
Launch template disk throughput configuration.
- Returns:
- Launch template disk throughput configuration.
-
volumeType
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,
volumeTypewill returnVolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvolumeTypeAsString().- Returns:
- Launch template disk volume type configuration.
- See Also:
VolumeType
-
volumeTypeAsString
public 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,
volumeTypewill returnVolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvolumeTypeAsString().- Returns:
- Launch template disk volume type configuration.
- See Also:
VolumeType
-
toBuilder
public LaunchTemplateDiskConf.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LaunchTemplateDiskConf.Builder,LaunchTemplateDiskConf>
-
builder
public static LaunchTemplateDiskConf.Builder builder()
-
serializableBuilderClass
public static Class<? extends LaunchTemplateDiskConf.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.
-
-