7#include <aws/m2/MainframeModernization_EXPORTS.h>
8#include <aws/m2/MainframeModernizationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace MainframeModernization
48 template<
typename ApplicationIdT = Aws::String>
49 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
50 template<
typename ApplicationIdT = Aws::String>
60 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
71 template<
typename NameFilterT = Aws::String>
72 void SetNameFilter(NameFilterT&& value) { m_nameFilterHasBeenSet =
true; m_nameFilter = std::forward<NameFilterT>(value); }
73 template<
typename NameFilterT = Aws::String>
85 template<
typename NextTokenT = Aws::String>
86 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
87 template<
typename NextTokenT = Aws::String>
98 template<
typename PrefixT = Aws::String>
99 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
100 template<
typename PrefixT = Aws::String>
106 bool m_applicationIdHasBeenSet =
false;
109 bool m_maxResultsHasBeenSet =
false;
112 bool m_nameFilterHasBeenSet =
false;
115 bool m_nextTokenHasBeenSet =
false;
118 bool m_prefixHasBeenSet =
false;
ListDataSetsRequest & WithNameFilter(NameFilterT &&value)
bool ApplicationIdHasBeenSet() const
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
ListDataSetsRequest & WithMaxResults(int value)
void SetNameFilter(NameFilterT &&value)
ListDataSetsRequest & WithPrefix(PrefixT &&value)
const Aws::String & GetPrefix() const
bool PrefixHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API ListDataSetsRequest()=default
ListDataSetsRequest & WithApplicationId(ApplicationIdT &&value)
AWS_MAINFRAMEMODERNIZATION_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool NameFilterHasBeenSet() const
void SetPrefix(PrefixT &&value)
const Aws::String & GetApplicationId() const
const Aws::String & GetNameFilter() const
ListDataSetsRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
void SetApplicationId(ApplicationIdT &&value)
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
AWS_MAINFRAMEMODERNIZATION_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String