7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/greengrassv2/model/LambdaExecutionParameters.h>
12#include <aws/greengrassv2/model/ComponentPlatform.h>
13#include <aws/greengrassv2/model/ComponentDependencyRequirement.h>
57 inline void SetLambdaArn(
const char* value) { m_lambdaArnHasBeenSet =
true; m_lambdaArn.assign(value); }
72 inline void SetComponentName(
const char* value) { m_componentNameHasBeenSet =
true; m_componentName.assign(value); }
88 inline void SetComponentVersion(
const char* value) { m_componentVersionHasBeenSet =
true; m_componentVersion.assign(value); }
141 bool m_lambdaArnHasBeenSet =
false;
144 bool m_componentNameHasBeenSet =
false;
147 bool m_componentVersionHasBeenSet =
false;
150 bool m_componentPlatformsHasBeenSet =
false;
153 bool m_componentDependenciesHasBeenSet =
false;
156 bool m_componentLambdaParametersHasBeenSet =
false;
void SetComponentVersion(const Aws::String &value)
LambdaFunctionRecipeSource & WithComponentVersion(Aws::String &&value)
void SetComponentVersion(Aws::String &&value)
void SetComponentPlatforms(const Aws::Vector< ComponentPlatform > &value)
const Aws::String & GetLambdaArn() const
AWS_GREENGRASSV2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetComponentVersion() const
const LambdaExecutionParameters & GetComponentLambdaParameters() const
LambdaFunctionRecipeSource & AddComponentDependencies(const char *key, ComponentDependencyRequirement &&value)
void SetComponentDependencies(const Aws::Map< Aws::String, ComponentDependencyRequirement > &value)
LambdaFunctionRecipeSource & AddComponentDependencies(const Aws::String &key, const ComponentDependencyRequirement &value)
void SetLambdaArn(Aws::String &&value)
bool ComponentNameHasBeenSet() const
const Aws::Map< Aws::String, ComponentDependencyRequirement > & GetComponentDependencies() const
void SetLambdaArn(const char *value)
LambdaFunctionRecipeSource & AddComponentDependencies(const Aws::String &key, ComponentDependencyRequirement &&value)
void SetComponentPlatforms(Aws::Vector< ComponentPlatform > &&value)
LambdaFunctionRecipeSource & WithComponentDependencies(Aws::Map< Aws::String, ComponentDependencyRequirement > &&value)
bool ComponentDependenciesHasBeenSet() const
bool ComponentLambdaParametersHasBeenSet() const
const Aws::String & GetComponentName() const
void SetComponentLambdaParameters(LambdaExecutionParameters &&value)
LambdaFunctionRecipeSource & AddComponentDependencies(const char *key, const ComponentDependencyRequirement &value)
AWS_GREENGRASSV2_API LambdaFunctionRecipeSource(Aws::Utils::Json::JsonView jsonValue)
bool ComponentVersionHasBeenSet() const
bool LambdaArnHasBeenSet() const
LambdaFunctionRecipeSource & WithLambdaArn(const char *value)
LambdaFunctionRecipeSource & AddComponentDependencies(Aws::String &&key, ComponentDependencyRequirement &&value)
bool ComponentPlatformsHasBeenSet() const
void SetComponentLambdaParameters(const LambdaExecutionParameters &value)
LambdaFunctionRecipeSource & WithComponentVersion(const char *value)
void SetComponentVersion(const char *value)
LambdaFunctionRecipeSource & WithComponentPlatforms(Aws::Vector< ComponentPlatform > &&value)
AWS_GREENGRASSV2_API LambdaFunctionRecipeSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GREENGRASSV2_API LambdaFunctionRecipeSource()
LambdaFunctionRecipeSource & WithComponentName(Aws::String &&value)
LambdaFunctionRecipeSource & WithComponentLambdaParameters(LambdaExecutionParameters &&value)
LambdaFunctionRecipeSource & WithComponentName(const Aws::String &value)
void SetComponentName(const char *value)
LambdaFunctionRecipeSource & WithComponentLambdaParameters(const LambdaExecutionParameters &value)
LambdaFunctionRecipeSource & WithComponentVersion(const Aws::String &value)
LambdaFunctionRecipeSource & WithComponentPlatforms(const Aws::Vector< ComponentPlatform > &value)
const Aws::Vector< ComponentPlatform > & GetComponentPlatforms() const
void SetLambdaArn(const Aws::String &value)
LambdaFunctionRecipeSource & WithLambdaArn(Aws::String &&value)
void SetComponentName(Aws::String &&value)
LambdaFunctionRecipeSource & WithLambdaArn(const Aws::String &value)
LambdaFunctionRecipeSource & WithComponentDependencies(const Aws::Map< Aws::String, ComponentDependencyRequirement > &value)
void SetComponentName(const Aws::String &value)
LambdaFunctionRecipeSource & AddComponentPlatforms(ComponentPlatform &&value)
LambdaFunctionRecipeSource & WithComponentName(const char *value)
LambdaFunctionRecipeSource & AddComponentPlatforms(const ComponentPlatform &value)
LambdaFunctionRecipeSource & AddComponentDependencies(Aws::String &&key, const ComponentDependencyRequirement &value)
void SetComponentDependencies(Aws::Map< Aws::String, ComponentDependencyRequirement > &&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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue