7#include <aws/m2/MainframeModernization_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/m2/model/ApplicationVersionSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace MainframeModernization
42 template<
typename ApplicationVersionsT = Aws::Vector<ApplicationVersionSummary>>
43 void SetApplicationVersions(ApplicationVersionsT&& value) { m_applicationVersionsHasBeenSet =
true; m_applicationVersions = std::forward<ApplicationVersionsT>(value); }
44 template<
typename ApplicationVersionsT = Aws::Vector<ApplicationVersionSummary>>
46 template<
typename ApplicationVersionsT = ApplicationVersionSummary>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_applicationVersionsHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
AWS_MAINFRAMEMODERNIZATION_API ListApplicationVersionsResult()=default
void SetApplicationVersions(ApplicationVersionsT &&value)
AWS_MAINFRAMEMODERNIZATION_API ListApplicationVersionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListApplicationVersionsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
ListApplicationVersionsResult & WithRequestId(RequestIdT &&value)
AWS_MAINFRAMEMODERNIZATION_API ListApplicationVersionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListApplicationVersionsResult & AddApplicationVersions(ApplicationVersionsT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< ApplicationVersionSummary > & GetApplicationVersions() const
void SetNextToken(NextTokenT &&value)
ListApplicationVersionsResult & WithApplicationVersions(ApplicationVersionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue