7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/inspector2/model/SeverityCounts.h>
53 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
68 inline void SetFunctionName(
const char* value) { m_functionNameHasBeenSet =
true; m_functionName.assign(value); }
114 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
128 inline void SetRuntime(
const char* value) { m_runtimeHasBeenSet =
true; m_runtime.assign(value); }
146 bool m_accountIdHasBeenSet =
false;
149 bool m_functionNameHasBeenSet =
false;
152 bool m_lambdaTagsHasBeenSet =
false;
155 bool m_lastModifiedAtHasBeenSet =
false;
158 bool m_resourceIdHasBeenSet =
false;
161 bool m_runtimeHasBeenSet =
false;
164 bool m_severityCountsHasBeenSet =
false;
bool LambdaTagsHasBeenSet() const
LambdaFunctionAggregationResponse & AddLambdaTags(Aws::String &&key, const char *value)
LambdaFunctionAggregationResponse & WithRuntime(Aws::String &&value)
const Aws::String & GetRuntime() const
void SetResourceId(const char *value)
LambdaFunctionAggregationResponse & AddLambdaTags(const char *key, const char *value)
LambdaFunctionAggregationResponse & WithResourceId(const char *value)
LambdaFunctionAggregationResponse & AddLambdaTags(const Aws::String &key, const Aws::String &value)
LambdaFunctionAggregationResponse & WithLastModifiedAt(const Aws::Utils::DateTime &value)
LambdaFunctionAggregationResponse & WithResourceId(const Aws::String &value)
LambdaFunctionAggregationResponse & WithAccountId(const Aws::String &value)
const Aws::Utils::DateTime & GetLastModifiedAt() const
bool RuntimeHasBeenSet() const
LambdaFunctionAggregationResponse & WithLambdaTags(Aws::Map< Aws::String, Aws::String > &&value)
LambdaFunctionAggregationResponse & WithLastModifiedAt(Aws::Utils::DateTime &&value)
void SetFunctionName(Aws::String &&value)
LambdaFunctionAggregationResponse & AddLambdaTags(Aws::String &&key, const Aws::String &value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
LambdaFunctionAggregationResponse & WithRuntime(const Aws::String &value)
bool LastModifiedAtHasBeenSet() const
LambdaFunctionAggregationResponse & WithRuntime(const char *value)
void SetFunctionName(const char *value)
const Aws::String & GetFunctionName() const
const Aws::String & GetResourceId() const
const SeverityCounts & GetSeverityCounts() const
LambdaFunctionAggregationResponse & WithSeverityCounts(const SeverityCounts &value)
LambdaFunctionAggregationResponse & WithFunctionName(const char *value)
LambdaFunctionAggregationResponse & WithAccountId(Aws::String &&value)
const Aws::String & GetAccountId() const
AWS_INSPECTOR2_API LambdaFunctionAggregationResponse(Aws::Utils::Json::JsonView jsonValue)
void SetRuntime(const char *value)
LambdaFunctionAggregationResponse & WithLambdaTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetLambdaTags(const Aws::Map< Aws::String, Aws::String > &value)
bool SeverityCountsHasBeenSet() const
LambdaFunctionAggregationResponse & AddLambdaTags(const char *key, Aws::String &&value)
void SetRuntime(Aws::String &&value)
AWS_INSPECTOR2_API LambdaFunctionAggregationResponse()
void SetLambdaTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetLastModifiedAt(Aws::Utils::DateTime &&value)
bool AccountIdHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetLambdaTags() const
LambdaFunctionAggregationResponse & WithAccountId(const char *value)
LambdaFunctionAggregationResponse & AddLambdaTags(Aws::String &&key, Aws::String &&value)
LambdaFunctionAggregationResponse & AddLambdaTags(const Aws::String &key, Aws::String &&value)
bool FunctionNameHasBeenSet() const
LambdaFunctionAggregationResponse & WithResourceId(Aws::String &&value)
LambdaFunctionAggregationResponse & WithSeverityCounts(SeverityCounts &&value)
void SetAccountId(Aws::String &&value)
void SetSeverityCounts(const SeverityCounts &value)
bool ResourceIdHasBeenSet() const
void SetAccountId(const char *value)
void SetAccountId(const Aws::String &value)
void SetFunctionName(const Aws::String &value)
void SetRuntime(const Aws::String &value)
AWS_INSPECTOR2_API LambdaFunctionAggregationResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceId(Aws::String &&value)
void SetResourceId(const Aws::String &value)
LambdaFunctionAggregationResponse & WithFunctionName(const Aws::String &value)
void SetSeverityCounts(SeverityCounts &&value)
LambdaFunctionAggregationResponse & WithFunctionName(Aws::String &&value)
void SetLastModifiedAt(const Aws::Utils::DateTime &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue