@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountUsage extends Object implements Serializable, Cloneable, StructuredPojo
Provides code size usage and function count associated with the current account and region.
Constructor and Description |
---|
AccountUsage() |
Modifier and Type | Method and Description |
---|---|
AccountUsage |
clone() |
boolean |
equals(Object obj) |
Long |
getFunctionCount()
The number of your account's existing functions per region.
|
Long |
getTotalCodeSize()
Total size, in bytes, of the account's deployment packages per region.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFunctionCount(Long functionCount)
The number of your account's existing functions per region.
|
void |
setTotalCodeSize(Long totalCodeSize)
Total size, in bytes, of the account's deployment packages per region.
|
String |
toString()
Returns a string representation of this object.
|
AccountUsage |
withFunctionCount(Long functionCount)
The number of your account's existing functions per region.
|
AccountUsage |
withTotalCodeSize(Long totalCodeSize)
Total size, in bytes, of the account's deployment packages per region.
|
public void setTotalCodeSize(Long totalCodeSize)
Total size, in bytes, of the account's deployment packages per region.
totalCodeSize
- Total size, in bytes, of the account's deployment packages per region.public Long getTotalCodeSize()
Total size, in bytes, of the account's deployment packages per region.
public AccountUsage withTotalCodeSize(Long totalCodeSize)
Total size, in bytes, of the account's deployment packages per region.
totalCodeSize
- Total size, in bytes, of the account's deployment packages per region.public void setFunctionCount(Long functionCount)
The number of your account's existing functions per region.
functionCount
- The number of your account's existing functions per region.public Long getFunctionCount()
The number of your account's existing functions per region.
public AccountUsage withFunctionCount(Long functionCount)
The number of your account's existing functions per region.
functionCount
- The number of your account's existing functions per region.public String toString()
toString
in class Object
Object.toString()
public AccountUsage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.