StructuredPojo
, ToCopyableBuilder<UserStorage.Builder,UserStorage>
@Generated("software.amazon.awssdk:codegen") public class UserStorage extends Object implements StructuredPojo, ToCopyableBuilder<UserStorage.Builder,UserStorage>
Contains information about the user storage for a WorkSpace bundle.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UserStorage.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UserStorage.Builder |
builder() |
|
String |
capacity() |
The amount of user storage for the bundle.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends UserStorage.Builder> |
serializableBuilderClass() |
|
UserStorage.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String capacity()
The amount of user storage for the bundle.
public UserStorage.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UserStorage.Builder,UserStorage>
public static UserStorage.Builder builder()
public static Class<? extends UserStorage.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.