7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename GroupIdT = Aws::String>
48 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
49 template<
typename GroupIdT = Aws::String>
59 template<
typename MaxResultsT = Aws::String>
60 void SetMaxResults(MaxResultsT&& value) { m_maxResultsHasBeenSet =
true; m_maxResults = std::forward<MaxResultsT>(value); }
61 template<
typename MaxResultsT = Aws::String>
72 template<
typename NextTokenT = Aws::String>
73 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
74 template<
typename NextTokenT = Aws::String>
80 bool m_groupIdHasBeenSet =
false;
83 bool m_maxResultsHasBeenSet =
false;
86 bool m_nextTokenHasBeenSet =
false;
AWS_GREENGRASS_API ListGroupVersionsRequest()=default
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetMaxResults() const
const Aws::String & GetGroupId() const
const Aws::String & GetNextToken() const
AWS_GREENGRASS_API Aws::String SerializePayload() const override
ListGroupVersionsRequest & WithMaxResults(MaxResultsT &&value)
AWS_GREENGRASS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool GroupIdHasBeenSet() const
ListGroupVersionsRequest & WithGroupId(GroupIdT &&value)
void SetMaxResults(MaxResultsT &&value)
virtual const char * GetServiceRequestName() const override
void SetGroupId(GroupIdT &&value)
ListGroupVersionsRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String