Class SoftwareSet
- java.lang.Object
-
- software.amazon.awssdk.services.workspacesthinclient.model.SoftwareSet
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SoftwareSet.Builder,SoftwareSet>
@Generated("software.amazon.awssdk:codegen") public final class SoftwareSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SoftwareSet.Builder,SoftwareSet>
Describes a software set.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSoftwareSet.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the software set.static SoftwareSet.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasSoftware()For responses, this returns true if the service returned a value for the Software property.booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.Stringid()The ID of the software set.InstantreleasedAt()The timestamp of when the software set was released.List<SdkField<?>>sdkFields()static Class<? extends SoftwareSet.Builder>serializableBuilderClass()List<Software>software()A list of the software components in the software set.InstantsupportedUntil()The timestamp of the end of support for the software set.Map<String,String>tags()The tag keys and optional values for the resource.SoftwareSet.BuildertoBuilder()StringtoString()Returns a string representation of this object.SoftwareSetValidationStatusvalidationStatus()An option to define if the software set has been validated.StringvalidationStatusAsString()An option to define if the software set has been validated.Stringversion()The version of the software set.-
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
-
id
public final String id()
The ID of the software set.
- Returns:
- The ID of the software set.
-
version
public final String version()
The version of the software set.
- Returns:
- The version of the software set.
-
releasedAt
public final Instant releasedAt()
The timestamp of when the software set was released.
- Returns:
- The timestamp of when the software set was released.
-
supportedUntil
public final Instant supportedUntil()
The timestamp of the end of support for the software set.
- Returns:
- The timestamp of the end of support for the software set.
-
validationStatus
public final SoftwareSetValidationStatus validationStatus()
An option to define if the software set has been validated.
If the service returns an enum value that is not available in the current SDK version,
validationStatuswill returnSoftwareSetValidationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvalidationStatusAsString().- Returns:
- An option to define if the software set has been validated.
- See Also:
SoftwareSetValidationStatus
-
validationStatusAsString
public final String validationStatusAsString()
An option to define if the software set has been validated.
If the service returns an enum value that is not available in the current SDK version,
validationStatuswill returnSoftwareSetValidationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvalidationStatusAsString().- Returns:
- An option to define if the software set has been validated.
- See Also:
SoftwareSetValidationStatus
-
hasSoftware
public final boolean hasSoftware()
For responses, this returns true if the service returned a value for the Software 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.
-
software
public final List<Software> software()
A list of the software components in the software set.
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
hasSoftware()method.- Returns:
- A list of the software components in the software set.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the software set.
- Returns:
- The Amazon Resource Name (ARN) of the software set.
-
hasTags
public final boolean hasTags()
For responses, this returns true if the service returned a value for the Tags 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.
-
tags
public final Map<String,String> tags()
The tag keys and optional values for the resource.
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
hasTags()method.- Returns:
- The tag keys and optional values for the resource.
-
toBuilder
public SoftwareSet.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SoftwareSet.Builder,SoftwareSet>
-
builder
public static SoftwareSet.Builder builder()
-
serializableBuilderClass
public static Class<? extends SoftwareSet.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.
-
-