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 GroupIdT = Aws::String>
39 m_groupIdHasBeenSet =
true;
40 m_groupId = std::forward<GroupIdT>(value);
42 template <
typename GroupIdT = 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_groupIdHasBeenSet =
false;
71 bool m_nameHasBeenSet =
false;
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
AWS_GREENGRASS_API Aws::String SerializePayload() const override
UpdateGroupRequest & WithGroupId(GroupIdT &&value)
void SetGroupId(GroupIdT &&value)
const Aws::String & GetGroupId() const
UpdateGroupRequest & WithName(NameT &&value)
bool GroupIdHasBeenSet() const
bool NameHasBeenSet() const
void SetName(NameT &&value)
AWS_GREENGRASS_API UpdateGroupRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String