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;
const Aws::String & GetGroupId() const
DisassociateRoleFromGroupRequest & WithGroupId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
bool GroupIdHasBeenSet() const
void SetGroupId(Aws::String &&value)
DisassociateRoleFromGroupRequest & WithGroupId(Aws::String &&value)
AWS_GREENGRASS_API Aws::String SerializePayload() const override
DisassociateRoleFromGroupRequest & WithGroupId(const char *value)
AWS_GREENGRASS_API DisassociateRoleFromGroupRequest()
void SetGroupId(const Aws::String &value)
void SetGroupId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String