StructuredPojo, ToCopyableBuilder<WorkspaceBundle.Builder,WorkspaceBundle>@Generated("software.amazon.awssdk:codegen") public class WorkspaceBundle extends Object implements StructuredPojo, ToCopyableBuilder<WorkspaceBundle.Builder,WorkspaceBundle>
Contains information about a WorkSpace bundle.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
WorkspaceBundle.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static WorkspaceBundle.Builder |
builder() |
|
String |
bundleId() |
The bundle identifier.
|
ComputeType |
computeType() |
A ComputeType object that specifies the compute type for the bundle.
|
String |
description() |
The bundle description.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
name() |
The name of the bundle.
|
String |
owner() |
The owner of the bundle.
|
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() |
A UserStorage object that specifies the amount of user storage that the bundle contains.
|
public String bundleId()
The bundle identifier.
public String name()
The name of the bundle.
public String owner()
The owner of the bundle. This contains the owner's account identifier, or AMAZON if the bundle is
provided by AWS.
AMAZON if the
bundle is provided by AWS.public String description()
The bundle description.
public UserStorage userStorage()
A UserStorage object that specifies the amount of user storage that the bundle contains.
public ComputeType computeType()
A ComputeType object that specifies the compute type for the bundle.
public WorkspaceBundle.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<WorkspaceBundle.Builder,WorkspaceBundle>public static WorkspaceBundle.Builder builder()
public static Class<? extends WorkspaceBundle.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.