7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/license-manager/LicenseManager_EXPORTS.h>
11#include <aws/license-manager/model/License.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace LicenseManager {
37 template <
typename LicensesT = Aws::Vector<License>>
39 m_licensesHasBeenSet =
true;
40 m_licenses = std::forward<LicensesT>(value);
42 template <
typename LicensesT = Aws::Vector<License>>
47 template <
typename LicensesT = License>
49 m_licensesHasBeenSet =
true;
50 m_licenses.emplace_back(std::forward<LicensesT>(value));
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
95 bool m_licensesHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
AWS_LICENSEMANAGER_API ListLicensesResult()=default
AWS_LICENSEMANAGER_API ListLicensesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListLicensesResult & WithNextToken(NextTokenT &&value)
ListLicensesResult & WithRequestId(RequestIdT &&value)
ListLicensesResult & WithLicenses(LicensesT &&value)
AWS_LICENSEMANAGER_API ListLicensesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListLicensesResult & AddLicenses(LicensesT &&value)
const Aws::String & GetNextToken() const
void SetLicenses(LicensesT &&value)
const Aws::Vector< License > & GetLicenses() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue