7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/license-manager/model/LicenseConfiguration.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LicenseManager
42 template<
typename LicenseConfigurationsT = Aws::Vector<LicenseConfiguration>>
43 void SetLicenseConfigurations(LicenseConfigurationsT&& value) { m_licenseConfigurationsHasBeenSet =
true; m_licenseConfigurations = std::forward<LicenseConfigurationsT>(value); }
44 template<
typename LicenseConfigurationsT = Aws::Vector<LicenseConfiguration>>
46 template<
typename LicenseConfigurationsT = LicenseConfiguration>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_licenseConfigurationsHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
void SetLicenseConfigurations(LicenseConfigurationsT &&value)
AWS_LICENSEMANAGER_API ListLicenseConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListLicenseConfigurationsResult & WithLicenseConfigurations(LicenseConfigurationsT &&value)
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
AWS_LICENSEMANAGER_API ListLicenseConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_LICENSEMANAGER_API ListLicenseConfigurationsResult()=default
ListLicenseConfigurationsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListLicenseConfigurationsResult & AddLicenseConfigurations(LicenseConfigurationsT &&value)
ListLicenseConfigurationsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< LicenseConfiguration > & GetLicenseConfigurations() 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