7#include <aws/lambda/Lambda_EXPORTS.h>
46 inline void SetTotalCodeSize(
long long value) { m_totalCodeSizeHasBeenSet =
true; m_totalCodeSize = value; }
57 inline void SetCodeSizeUnzipped(
long long value) { m_codeSizeUnzippedHasBeenSet =
true; m_codeSizeUnzipped = value; }
68 inline void SetCodeSizeZipped(
long long value) { m_codeSizeZippedHasBeenSet =
true; m_codeSizeZipped = value; }
78 inline void SetConcurrentExecutions(
int value) { m_concurrentExecutionsHasBeenSet =
true; m_concurrentExecutions = value; }
94 long long m_totalCodeSize;
95 bool m_totalCodeSizeHasBeenSet =
false;
97 long long m_codeSizeUnzipped;
98 bool m_codeSizeUnzippedHasBeenSet =
false;
100 long long m_codeSizeZipped;
101 bool m_codeSizeZippedHasBeenSet =
false;
103 int m_concurrentExecutions;
104 bool m_concurrentExecutionsHasBeenSet =
false;
106 int m_unreservedConcurrentExecutions;
107 bool m_unreservedConcurrentExecutionsHasBeenSet =
false;
void SetConcurrentExecutions(int value)
AccountLimit & WithConcurrentExecutions(int value)
void SetTotalCodeSize(long long value)
bool CodeSizeZippedHasBeenSet() const
void SetUnreservedConcurrentExecutions(int value)
long long GetCodeSizeUnzipped() const
AccountLimit & WithUnreservedConcurrentExecutions(int value)
long long GetCodeSizeZipped() const
AccountLimit & WithTotalCodeSize(long long value)
bool TotalCodeSizeHasBeenSet() const
AWS_LAMBDA_API AccountLimit(Aws::Utils::Json::JsonView jsonValue)
AccountLimit & WithCodeSizeUnzipped(long long value)
bool ConcurrentExecutionsHasBeenSet() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LAMBDA_API AccountLimit & operator=(Aws::Utils::Json::JsonView jsonValue)
int GetUnreservedConcurrentExecutions() const
void SetCodeSizeUnzipped(long long value)
int GetConcurrentExecutions() const
bool CodeSizeUnzippedHasBeenSet() const
long long GetTotalCodeSize() const
AccountLimit & WithCodeSizeZipped(long long value)
void SetCodeSizeZipped(long long value)
AWS_LAMBDA_API AccountLimit()
bool UnreservedConcurrentExecutionsHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue