7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/greengrass/Greengrass_EXPORTS.h>
42 template <
typename GroupIdT = Aws::String>
44 m_groupIdHasBeenSet =
true;
45 m_groupId = std::forward<GroupIdT>(value);
47 template <
typename GroupIdT = Aws::String>
60 template <
typename MaxResultsT = Aws::String>
62 m_maxResultsHasBeenSet =
true;
63 m_maxResults = std::forward<MaxResultsT>(value);
65 template <
typename MaxResultsT = Aws::String>
79 template <
typename NextTokenT = Aws::String>
81 m_nextTokenHasBeenSet =
true;
82 m_nextToken = std::forward<NextTokenT>(value);
84 template <
typename NextTokenT = Aws::String>
92 bool m_groupIdHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
ListDeploymentsRequest & WithGroupId(GroupIdT &&value)
AWS_GREENGRASS_API ListDeploymentsRequest()=default
bool MaxResultsHasBeenSet() const
const Aws::String & GetGroupId() const
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
void SetMaxResults(MaxResultsT &&value)
void SetGroupId(GroupIdT &&value)
virtual const char * GetServiceRequestName() const override
ListDeploymentsRequest & WithNextToken(NextTokenT &&value)
bool GroupIdHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_GREENGRASS_API Aws::String SerializePayload() const override
ListDeploymentsRequest & WithMaxResults(MaxResultsT &&value)
const Aws::String & GetMaxResults() const
AWS_GREENGRASS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String