@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountUsage extends Object implements Serializable, Cloneable, StructuredPojo
The number of functions and amount of storage in use.
Constructor and Description |
---|
AccountUsage() |
Modifier and Type | Method and Description |
---|---|
AccountUsage |
clone() |
boolean |
equals(Object obj) |
Long |
getFunctionCount()
The number of Lambda functions.
|
Long |
getTotalCodeSize()
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFunctionCount(Long functionCount)
The number of Lambda functions.
|
void |
setTotalCodeSize(Long totalCodeSize)
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
|
String |
toString()
Returns a string representation of this object.
|
AccountUsage |
withFunctionCount(Long functionCount)
The number of Lambda functions.
|
AccountUsage |
withTotalCodeSize(Long totalCodeSize)
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
|
public void setTotalCodeSize(Long totalCodeSize)
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
totalCodeSize
- The amount of storage space, in bytes, that's being used by deployment packages and layer archives.public Long getTotalCodeSize()
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
public AccountUsage withTotalCodeSize(Long totalCodeSize)
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
totalCodeSize
- The amount of storage space, in bytes, that's being used by deployment packages and layer archives.public void setFunctionCount(Long functionCount)
The number of Lambda functions.
functionCount
- The number of Lambda functions.public Long getFunctionCount()
The number of Lambda functions.
public AccountUsage withFunctionCount(Long functionCount)
The number of Lambda functions.
functionCount
- The number of Lambda functions.public String toString()
toString
in class Object
Object.toString()
public AccountUsage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.