@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccountSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAccountSettingsResult() |
Modifier and Type | Method and Description |
---|---|
GetAccountSettingsResult |
clone() |
boolean |
equals(Object obj) |
AccountLimit |
getAccountLimit()
Limits related to concurrency and code storage.
|
AccountUsage |
getAccountUsage()
The number of functions and amount of storage in use.
|
int |
hashCode() |
void |
setAccountLimit(AccountLimit accountLimit)
Limits related to concurrency and code storage.
|
void |
setAccountUsage(AccountUsage accountUsage)
The number of functions and amount of storage in use.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetAccountSettingsResult |
withAccountLimit(AccountLimit accountLimit)
Limits related to concurrency and code storage.
|
GetAccountSettingsResult |
withAccountUsage(AccountUsage accountUsage)
The number of functions and amount of storage in use.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccountLimit(AccountLimit accountLimit)
Limits related to concurrency and code storage.
accountLimit
- Limits related to concurrency and code storage.public AccountLimit getAccountLimit()
Limits related to concurrency and code storage.
public GetAccountSettingsResult withAccountLimit(AccountLimit accountLimit)
Limits related to concurrency and code storage.
accountLimit
- Limits related to concurrency and code storage.public void setAccountUsage(AccountUsage accountUsage)
The number of functions and amount of storage in use.
accountUsage
- The number of functions and amount of storage in use.public AccountUsage getAccountUsage()
The number of functions and amount of storage in use.
public GetAccountSettingsResult withAccountUsage(AccountUsage accountUsage)
The number of functions and amount of storage in use.
accountUsage
- The number of functions and amount of storage in use.public String toString()
toString
in class Object
Object.toString()
public GetAccountSettingsResult clone()
Copyright © 2018. All rights reserved.