Class InstanceStorageInfo
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InstanceStorageInfo.Builder,InstanceStorageInfo>
Describes the instance store features that are supported by the instance type.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic InstanceStorageInfo.Builderbuilder()disks()Describes the disks that are available for the instance type.Indicates whether data is encrypted at rest.final StringIndicates whether data is encrypted at rest.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final booleanhasDisks()For responses, this returns true if the service returned a value for the Disks property.final inthashCode()final EphemeralNvmeSupportIndicates whether non-volatile memory express (NVMe) is supported.final StringIndicates whether non-volatile memory express (NVMe) is supported.static Class<? extends InstanceStorageInfo.Builder>final StringtoString()Returns a string representation of this object.final LongThe total size of the disks, in GB.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
totalSizeInGB
The total size of the disks, in GB.
- Returns:
- The total size of the disks, in GB.
-
hasDisks
public final boolean hasDisks()For responses, this returns true if the service returned a value for the Disks property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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. -
disks
Describes the disks that are available for the instance type.
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
hasDisks()method.- Returns:
- Describes the disks that are available for the instance type.
-
nvmeSupport
Indicates whether non-volatile memory express (NVMe) is supported.
If the service returns an enum value that is not available in the current SDK version,
nvmeSupportwill returnEphemeralNvmeSupport.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnvmeSupportAsString().- Returns:
- Indicates whether non-volatile memory express (NVMe) is supported.
- See Also:
-
nvmeSupportAsString
Indicates whether non-volatile memory express (NVMe) is supported.
If the service returns an enum value that is not available in the current SDK version,
nvmeSupportwill returnEphemeralNvmeSupport.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnvmeSupportAsString().- Returns:
- Indicates whether non-volatile memory express (NVMe) is supported.
- See Also:
-
encryptionSupport
Indicates whether data is encrypted at rest.
If the service returns an enum value that is not available in the current SDK version,
encryptionSupportwill returnInstanceStorageEncryptionSupport.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromencryptionSupportAsString().- Returns:
- Indicates whether data is encrypted at rest.
- See Also:
-
encryptionSupportAsString
Indicates whether data is encrypted at rest.
If the service returns an enum value that is not available in the current SDK version,
encryptionSupportwill returnInstanceStorageEncryptionSupport.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromencryptionSupportAsString().- Returns:
- Indicates whether data is encrypted at rest.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<InstanceStorageInfo.Builder,InstanceStorageInfo>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-