7#include <aws/lambda/Lambda_EXPORTS.h>
40 m_totalCodeSizeHasBeenSet =
true;
41 m_totalCodeSize = value;
57 m_codeSizeUnzippedHasBeenSet =
true;
58 m_codeSizeUnzipped = value;
74 m_codeSizeZippedHasBeenSet =
true;
75 m_codeSizeZipped = value;
90 m_concurrentExecutionsHasBeenSet =
true;
91 m_concurrentExecutions = value;
107 m_unreservedConcurrentExecutionsHasBeenSet =
true;
108 m_unreservedConcurrentExecutions = value;
116 long long m_totalCodeSize{0};
118 long long m_codeSizeUnzipped{0};
120 long long m_codeSizeZipped{0};
122 int m_concurrentExecutions{0};
124 int m_unreservedConcurrentExecutions{0};
125 bool m_totalCodeSizeHasBeenSet =
false;
126 bool m_codeSizeUnzippedHasBeenSet =
false;
127 bool m_codeSizeZippedHasBeenSet =
false;
128 bool m_concurrentExecutionsHasBeenSet =
false;
129 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
AWS_LAMBDA_API AccountLimit()=default
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)
bool UnreservedConcurrentExecutionsHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue