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>
59 template <
typename GroupVersionIdT = Aws::String>
61 m_groupVersionIdHasBeenSet =
true;
62 m_groupVersionId = std::forward<GroupVersionIdT>(value);
64 template <
typename GroupVersionIdT = Aws::String>
72 bool m_groupIdHasBeenSet =
false;
75 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