Class StorageProfileSummary
- java.lang.Object
-
- software.amazon.awssdk.services.deadline.model.StorageProfileSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StorageProfileSummary.Builder,StorageProfileSummary>
@Generated("software.amazon.awssdk:codegen") public final class StorageProfileSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StorageProfileSummary.Builder,StorageProfileSummary>
The details of a storage profile.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStorageProfileSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StorageProfileSummary.Builderbuilder()StringdisplayName()The display name of the storage profile summary to update.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StorageProfileOperatingSystemFamilyosFamily()The operating system (OS) family.StringosFamilyAsString()The operating system (OS) family.List<SdkField<?>>sdkFields()static Class<? extends StorageProfileSummary.Builder>serializableBuilderClass()StringstorageProfileId()The storage profile ID.StorageProfileSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
displayName
public final String displayName()
The display name of the storage profile summary to update.
- Returns:
- The display name of the storage profile summary to update.
-
osFamily
public final StorageProfileOperatingSystemFamily osFamily()
The operating system (OS) family.
If the service returns an enum value that is not available in the current SDK version,
osFamilywill returnStorageProfileOperatingSystemFamily.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromosFamilyAsString().- Returns:
- The operating system (OS) family.
- See Also:
StorageProfileOperatingSystemFamily
-
osFamilyAsString
public final String osFamilyAsString()
The operating system (OS) family.
If the service returns an enum value that is not available in the current SDK version,
osFamilywill returnStorageProfileOperatingSystemFamily.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromosFamilyAsString().- Returns:
- The operating system (OS) family.
- See Also:
StorageProfileOperatingSystemFamily
-
storageProfileId
public final String storageProfileId()
The storage profile ID.
- Returns:
- The storage profile ID.
-
toBuilder
public StorageProfileSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StorageProfileSummary.Builder,StorageProfileSummary>
-
builder
public static StorageProfileSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends StorageProfileSummary.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.
-
-