7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/m2/MainframeModernizationRequest.h>
9#include <aws/m2/MainframeModernization_EXPORTS.h>
17namespace MainframeModernization {
42 template <
typename ApplicationIdT = Aws::String>
44 m_applicationIdHasBeenSet =
true;
45 m_applicationId = std::forward<ApplicationIdT>(value);
47 template <
typename ApplicationIdT = Aws::String>
61 m_maxResultsHasBeenSet =
true;
78 template <
typename NextTokenT = Aws::String>
80 m_nextTokenHasBeenSet =
true;
81 m_nextToken = std::forward<NextTokenT>(value);
83 template <
typename NextTokenT = Aws::String>
95 bool m_applicationIdHasBeenSet =
false;
96 bool m_maxResultsHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
AWS_MAINFRAMEMODERNIZATION_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MaxResultsHasBeenSet() const
ListDeploymentsRequest & WithMaxResults(int value)
int GetMaxResults() const
AWS_MAINFRAMEMODERNIZATION_API ListDeploymentsRequest()=default
ListDeploymentsRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool ApplicationIdHasBeenSet() const
ListDeploymentsRequest & WithApplicationId(ApplicationIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
const Aws::String & GetApplicationId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String