7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
9#include <aws/greengrass/model/FunctionConfiguration.h>
41 template <
typename FunctionArnT = Aws::String>
43 m_functionArnHasBeenSet =
true;
44 m_functionArn = std::forward<FunctionArnT>(value);
46 template <
typename FunctionArnT = Aws::String>
59 template <
typename FunctionConfigurationT = FunctionConfiguration>
61 m_functionConfigurationHasBeenSet =
true;
62 m_functionConfiguration = std::forward<FunctionConfigurationT>(value);
64 template <
typename FunctionConfigurationT = FunctionConfiguration>
79 template <
typename IdT = Aws::String>
81 m_idHasBeenSet =
true;
82 m_id = std::forward<IdT>(value);
84 template <
typename IdT = Aws::String>
86 SetId(std::forward<IdT>(value));
96 bool m_functionArnHasBeenSet =
false;
97 bool m_functionConfigurationHasBeenSet =
false;
98 bool m_idHasBeenSet =
false;
void SetFunctionConfiguration(FunctionConfigurationT &&value)
Function & WithFunctionArn(FunctionArnT &&value)
bool IdHasBeenSet() const
AWS_GREENGRASS_API Function & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GREENGRASS_API Function()=default
Function & WithFunctionConfiguration(FunctionConfigurationT &&value)
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
bool FunctionArnHasBeenSet() const
const Aws::String & GetFunctionArn() const
void SetFunctionArn(FunctionArnT &&value)
bool FunctionConfigurationHasBeenSet() const
Function & WithId(IdT &&value)
const FunctionConfiguration & GetFunctionConfiguration() const
const Aws::String & GetId() const
AWS_GREENGRASS_API Function(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue