7#include <aws/m2/MainframeModernization_EXPORTS.h>
8#include <aws/m2/MainframeModernizationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
19namespace MainframeModernization
49 template<
typename EnvironmentIdT = Aws::String>
50 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
51 template<
typename EnvironmentIdT = Aws::String>
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
71 template<
typename NamesT = Aws::Vector<Aws::String>>
72 void SetNames(NamesT&& value) { m_namesHasBeenSet =
true; m_names = std::forward<NamesT>(value); }
73 template<
typename NamesT = Aws::Vector<Aws::String>>
75 template<
typename NamesT = Aws::String>
86 template<
typename NextTokenT = Aws::String>
87 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
88 template<
typename NextTokenT = Aws::String>
94 bool m_environmentIdHasBeenSet =
false;
97 bool m_maxResultsHasBeenSet =
false;
100 bool m_namesHasBeenSet =
false;
103 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetEnvironmentId(EnvironmentIdT &&value)
const Aws::Vector< Aws::String > & GetNames() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API Aws::String SerializePayload() const override
bool EnvironmentIdHasBeenSet() const
bool NamesHasBeenSet() const
const Aws::String & GetEnvironmentId() const
ListApplicationsRequest & WithEnvironmentId(EnvironmentIdT &&value)
ListApplicationsRequest & WithNextToken(NextTokenT &&value)
ListApplicationsRequest & AddNames(NamesT &&value)
AWS_MAINFRAMEMODERNIZATION_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_MAINFRAMEMODERNIZATION_API ListApplicationsRequest()=default
ListApplicationsRequest & WithMaxResults(int value)
void SetNames(NamesT &&value)
ListApplicationsRequest & WithNames(NamesT &&value)
void SetMaxResults(int value)
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector