@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSnowballUsageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSnowballUsageResult() |
Modifier and Type | Method and Description |
---|---|
GetSnowballUsageResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getSnowballLimit()
The service limit for number of Snowballs this account can have at once.
|
Integer |
getSnowballsInUse()
The number of Snowballs that this account is currently using.
|
int |
hashCode() |
void |
setSnowballLimit(Integer snowballLimit)
The service limit for number of Snowballs this account can have at once.
|
void |
setSnowballsInUse(Integer snowballsInUse)
The number of Snowballs that this account is currently using.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetSnowballUsageResult |
withSnowballLimit(Integer snowballLimit)
The service limit for number of Snowballs this account can have at once.
|
GetSnowballUsageResult |
withSnowballsInUse(Integer snowballsInUse)
The number of Snowballs that this account is currently using.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSnowballLimit(Integer snowballLimit)
The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).
snowballLimit
- The service limit for number of Snowballs this account can have at once. The default service limit is 1
(one).public Integer getSnowballLimit()
The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).
public GetSnowballUsageResult withSnowballLimit(Integer snowballLimit)
The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).
snowballLimit
- The service limit for number of Snowballs this account can have at once. The default service limit is 1
(one).public void setSnowballsInUse(Integer snowballsInUse)
The number of Snowballs that this account is currently using.
snowballsInUse
- The number of Snowballs that this account is currently using.public Integer getSnowballsInUse()
The number of Snowballs that this account is currently using.
public GetSnowballUsageResult withSnowballsInUse(Integer snowballsInUse)
The number of Snowballs that this account is currently using.
snowballsInUse
- The number of Snowballs that this account is currently using.public String toString()
toString
in class Object
Object.toString()
public GetSnowballUsageResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.