@Generated(value="software.amazon.awssdk:codegen") public final class WorkspaceBundle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkspaceBundle.Builder,WorkspaceBundle>
Describes a WorkSpace bundle.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkspaceBundle.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkspaceBundle.Builder |
builder() |
String |
bundleId()
The identifier of the bundle.
|
BundleType |
bundleType()
The type of WorkSpace bundle.
|
String |
bundleTypeAsString()
The type of WorkSpace bundle.
|
ComputeType |
computeType()
The compute type of the bundle.
|
Instant |
creationTime()
The time when the bundle was created.
|
String |
description()
The description of the bundle.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageId()
The identifier of the image that was used to create the bundle.
|
Instant |
lastUpdatedTime()
The last time that the bundle was updated.
|
String |
name()
The name of the bundle.
|
String |
owner()
The owner of the bundle.
|
RootStorage |
rootStorage()
The size of the root volume.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorkspaceBundle.Builder> |
serializableBuilderClass() |
WorkspaceBundleState |
state()
The state of the WorkSpace bundle.
|
String |
stateAsString()
The state of the WorkSpace bundle.
|
WorkspaceBundle.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UserStorage |
userStorage()
The size of the user volume.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bundleId()
The identifier of the bundle.
public final String name()
The name of the bundle.
public final String owner()
The owner of the bundle. This is the account identifier of the owner, or AMAZON if the bundle is
provided by Amazon Web Services.
AMAZON if the
bundle is provided by Amazon Web Services.public final String description()
The description of the bundle.
public final String imageId()
The identifier of the image that was used to create the bundle.
public final RootStorage rootStorage()
The size of the root volume.
public final UserStorage userStorage()
The size of the user volume.
public final ComputeType computeType()
The compute type of the bundle. For more information, see Amazon WorkSpaces Bundles.
public final Instant lastUpdatedTime()
The last time that the bundle was updated.
public final Instant creationTime()
The time when the bundle was created.
public final WorkspaceBundleState state()
The state of the WorkSpace bundle.
If the service returns an enum value that is not available in the current SDK version, state will return
WorkspaceBundleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
WorkspaceBundleStatepublic final String stateAsString()
The state of the WorkSpace bundle.
If the service returns an enum value that is not available in the current SDK version, state will return
WorkspaceBundleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
WorkspaceBundleStatepublic final BundleType bundleType()
The type of WorkSpace bundle.
If the service returns an enum value that is not available in the current SDK version, bundleType will
return BundleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
bundleTypeAsString().
BundleTypepublic final String bundleTypeAsString()
The type of WorkSpace bundle.
If the service returns an enum value that is not available in the current SDK version, bundleType will
return BundleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
bundleTypeAsString().
BundleTypepublic WorkspaceBundle.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkspaceBundle.Builder,WorkspaceBundle>public static WorkspaceBundle.Builder builder()
public static Class<? extends WorkspaceBundle.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.