7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetGroupId(
const char* value) { m_groupIdHasBeenSet =
true; m_groupId.assign(value); }
51 bool m_groupIdHasBeenSet =
false;
bool GroupIdHasBeenSet() const
void SetGroupId(const Aws::String &value)
void SetGroupId(const char *value)
AWS_GREENGRASS_API Aws::String SerializePayload() const override
const Aws::String & GetGroupId() const
DeleteGroupRequest & WithGroupId(const Aws::String &value)
AWS_GREENGRASS_API DeleteGroupRequest()
DeleteGroupRequest & WithGroupId(const char *value)
virtual const char * GetServiceRequestName() const override
void SetGroupId(Aws::String &&value)
DeleteGroupRequest & WithGroupId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String