@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 bundle identifier.
|
ComputeType |
computeType()
The compute type.
|
String |
description()
A description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageId()
The image identifier of 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 storage.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bundleId()
The bundle identifier.
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()
A description.
public final String imageId()
The image identifier of the bundle.
public final RootStorage rootStorage()
The size of the root volume.
public final UserStorage userStorage()
The size of the user storage.
public final ComputeType computeType()
The compute type. For more information, see Amazon WorkSpaces Bundles.
public final Instant lastUpdatedTime()
The last time that the bundle was updated.
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.