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