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