ToCopyableBuilder<GetSnowballUsageResponse.Builder,GetSnowballUsageResponse>
@Generated("software.amazon.awssdk:codegen") public class GetSnowballUsageResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetSnowballUsageResponse.Builder,GetSnowballUsageResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetSnowballUsageResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetSnowballUsageResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetSnowballUsageResponse.Builder> |
serializableBuilderClass() |
|
Integer |
snowballLimit() |
The service limit for number of Snowballs this account can have at once.
|
Integer |
snowballsInUse() |
The number of Snowballs that this account is currently using.
|
GetSnowballUsageResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public Integer snowballLimit()
The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).
public Integer snowballsInUse()
The number of Snowballs that this account is currently using.
public GetSnowballUsageResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetSnowballUsageResponse.Builder,GetSnowballUsageResponse>
public static GetSnowballUsageResponse.Builder builder()
public static Class<? extends GetSnowballUsageResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.