7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename GroupIdT = Aws::String>
42 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
43 template<
typename GroupIdT = Aws::String>
57 template<
typename GroupVersionIdT = Aws::String>
58 void SetGroupVersionId(GroupVersionIdT&& value) { m_groupVersionIdHasBeenSet =
true; m_groupVersionId = std::forward<GroupVersionIdT>(value); }
59 template<
typename GroupVersionIdT = Aws::String>
65 bool m_groupIdHasBeenSet =
false;
68 bool m_groupVersionIdHasBeenSet =
false;
bool GroupVersionIdHasBeenSet() const
GetGroupVersionRequest & WithGroupVersionId(GroupVersionIdT &&value)
AWS_GREENGRASS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetGroupId(GroupIdT &&value)
GetGroupVersionRequest & WithGroupId(GroupIdT &&value)
void SetGroupVersionId(GroupVersionIdT &&value)
bool GroupIdHasBeenSet() const
AWS_GREENGRASS_API GetGroupVersionRequest()=default
const Aws::String & GetGroupVersionId() const
const Aws::String & GetGroupId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String