7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename FunctionDefinitionIdT = Aws::String>
42 void SetFunctionDefinitionId(FunctionDefinitionIdT&& value) { m_functionDefinitionIdHasBeenSet =
true; m_functionDefinitionId = std::forward<FunctionDefinitionIdT>(value); }
43 template<
typename FunctionDefinitionIdT = Aws::String>
53 template<
typename NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
61 bool m_functionDefinitionIdHasBeenSet =
false;
64 bool m_nameHasBeenSet =
false;
const Aws::String & GetName() const
AWS_GREENGRASS_API UpdateFunctionDefinitionRequest()=default
UpdateFunctionDefinitionRequest & WithFunctionDefinitionId(FunctionDefinitionIdT &&value)
void SetName(NameT &&value)
AWS_GREENGRASS_API Aws::String SerializePayload() const override
bool FunctionDefinitionIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
UpdateFunctionDefinitionRequest & WithName(NameT &&value)
void SetFunctionDefinitionId(FunctionDefinitionIdT &&value)
const Aws::String & GetFunctionDefinitionId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String