@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
UserStorage |
userStorage()
The size of the user storage.
|
copy
public String bundleId()
The bundle identifier.
public String name()
The name of the bundle.
public 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 String description()
A description.
public RootStorage rootStorage()
The size of the root volume.
public UserStorage userStorage()
The size of the user storage.
public ComputeType computeType()
The compute type. For more information, see Amazon WorkSpaces Bundles.
public WorkspaceBundle.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<WorkspaceBundle.Builder,WorkspaceBundle>
public static WorkspaceBundle.Builder builder()
public static Class<? extends WorkspaceBundle.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.