@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)
Marshalls this structured data using the given
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; useful for testing and debugging.
|
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.