7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/greengrass/Greengrass_EXPORTS.h>
37 template <
typename FunctionDefinitionIdT = Aws::String>
39 m_functionDefinitionIdHasBeenSet =
true;
40 m_functionDefinitionId = std::forward<FunctionDefinitionIdT>(value);
42 template <
typename FunctionDefinitionIdT = Aws::String>
55 template <
typename NameT = Aws::String>
57 m_nameHasBeenSet =
true;
58 m_name = std::forward<NameT>(value);
60 template <
typename NameT = Aws::String>
62 SetName(std::forward<NameT>(value));
70 bool m_functionDefinitionIdHasBeenSet =
false;
71 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