7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/inspector2/model/SeverityCounts.h>
48 template<
typename AccountIdT = Aws::String>
49 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
50 template<
typename AccountIdT = Aws::String>
61 template<
typename FunctionNameT = Aws::String>
62 void SetFunctionName(FunctionNameT&& value) { m_functionNameHasBeenSet =
true; m_functionName = std::forward<FunctionNameT>(value); }
63 template<
typename FunctionNameT = Aws::String>
74 template<
typename LayerArnT = Aws::String>
75 void SetLayerArn(LayerArnT&& value) { m_layerArnHasBeenSet =
true; m_layerArn = std::forward<LayerArnT>(value); }
76 template<
typename LayerArnT = Aws::String>
86 template<
typename ResourceIdT = Aws::String>
87 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
88 template<
typename ResourceIdT = Aws::String>
98 template<
typename SeverityCountsT = SeverityCounts>
99 void SetSeverityCounts(SeverityCountsT&& value) { m_severityCountsHasBeenSet =
true; m_severityCounts = std::forward<SeverityCountsT>(value); }
100 template<
typename SeverityCountsT = SeverityCounts>
106 bool m_accountIdHasBeenSet =
false;
109 bool m_functionNameHasBeenSet =
false;
112 bool m_layerArnHasBeenSet =
false;
115 bool m_resourceIdHasBeenSet =
false;
118 bool m_severityCountsHasBeenSet =
false;
const Aws::String & GetLayerArn() const
void SetResourceId(ResourceIdT &&value)
AWS_INSPECTOR2_API LambdaLayerAggregationResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFunctionName() const
void SetLayerArn(LayerArnT &&value)
LambdaLayerAggregationResponse & WithLayerArn(LayerArnT &&value)
AWS_INSPECTOR2_API LambdaLayerAggregationResponse(Aws::Utils::Json::JsonView jsonValue)
const SeverityCounts & GetSeverityCounts() const
bool FunctionNameHasBeenSet() const
LambdaLayerAggregationResponse & WithFunctionName(FunctionNameT &&value)
bool AccountIdHasBeenSet() const
AWS_INSPECTOR2_API LambdaLayerAggregationResponse()=default
void SetAccountId(AccountIdT &&value)
LambdaLayerAggregationResponse & WithSeverityCounts(SeverityCountsT &&value)
const Aws::String & GetAccountId() const
bool ResourceIdHasBeenSet() const
LambdaLayerAggregationResponse & WithAccountId(AccountIdT &&value)
bool SeverityCountsHasBeenSet() const
bool LayerArnHasBeenSet() const
LambdaLayerAggregationResponse & WithResourceId(ResourceIdT &&value)
const Aws::String & GetResourceId() const
void SetFunctionName(FunctionNameT &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSeverityCounts(SeverityCountsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue