@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.
|
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() |
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 AWS.
AMAZON if the
bundle is provided by AWS.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 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 © 2021. All rights reserved.