7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/license-manager/LicenseManager_EXPORTS.h>
10#include <aws/license-manager/model/ProductInformationFilter.h>
21namespace LicenseManager {
44 template <
typename ResourceTypeT = Aws::String>
46 m_resourceTypeHasBeenSet =
true;
47 m_resourceType = std::forward<ResourceTypeT>(value);
49 template <
typename ResourceTypeT = Aws::String>
99 template <
typename ProductInformationFilterListT = Aws::Vector<ProductInformationFilter>>
101 m_productInformationFilterListHasBeenSet =
true;
102 m_productInformationFilterList = std::forward<ProductInformationFilterListT>(value);
104 template <
typename ProductInformationFilterListT = Aws::Vector<ProductInformationFilter>>
109 template <
typename ProductInformationFilterListT = ProductInformationFilter>
111 m_productInformationFilterListHasBeenSet =
true;
112 m_productInformationFilterList.emplace_back(std::forward<ProductInformationFilterListT>(value));
120 bool m_resourceTypeHasBeenSet =
false;
121 bool m_productInformationFilterListHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue