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 GroupIdT = Aws::String>
42 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
43 template<
typename GroupIdT = 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_groupIdHasBeenSet =
false;
64 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