Class UpdateResult
- java.lang.Object
-
- software.amazon.awssdk.services.workspaces.model.UpdateResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateResult.Builder,UpdateResult>
@Generated("software.amazon.awssdk:codegen") public final class UpdateResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateResult.Builder,UpdateResult>
Describes whether a WorkSpace image needs to be updated with the latest drivers and other components required by Amazon WorkSpaces.
Only Windows 10 WorkSpace images can be programmatically updated at this time.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateResult.Builderbuilder()Stringdescription()A description of whether updates for the WorkSpace image are pending or available.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends UpdateResult.Builder>serializableBuilderClass()UpdateResult.BuildertoBuilder()StringtoString()Returns a string representation of this object.BooleanupdateAvailable()Indicates whether updated drivers or other components are available for the specified WorkSpace image.-
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
-
updateAvailable
public final Boolean updateAvailable()
Indicates whether updated drivers or other components are available for the specified WorkSpace image.
- Returns:
- Indicates whether updated drivers or other components are available for the specified WorkSpace image.
-
description
public final String description()
A description of whether updates for the WorkSpace image are pending or available.
- Returns:
- A description of whether updates for the WorkSpace image are pending or available.
-
toBuilder
public UpdateResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateResult.Builder,UpdateResult>
-
builder
public static UpdateResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateResult.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.
-
-