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); }
58 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
66 bool m_groupIdHasBeenSet =
false;
69 bool m_roleArnHasBeenSet =
false;
bool GroupIdHasBeenSet() const
void SetRoleArn(Aws::String &&value)
const Aws::String & GetGroupId() const
AssociateRoleToGroupRequest & WithGroupId(Aws::String &&value)
void SetGroupId(Aws::String &&value)
void SetGroupId(const Aws::String &value)
AssociateRoleToGroupRequest & WithRoleArn(Aws::String &&value)
void SetGroupId(const char *value)
AssociateRoleToGroupRequest & WithRoleArn(const char *value)
AWS_GREENGRASS_API AssociateRoleToGroupRequest()
const Aws::String & GetRoleArn() const
AssociateRoleToGroupRequest & WithRoleArn(const Aws::String &value)
void SetRoleArn(const Aws::String &value)
AssociateRoleToGroupRequest & WithGroupId(const Aws::String &value)
AWS_GREENGRASS_API Aws::String SerializePayload() const override
bool RoleArnHasBeenSet() const
AssociateRoleToGroupRequest & WithGroupId(const char *value)
void SetRoleArn(const char *value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String