7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/license-manager/model/ProductInformationFilter.h>
23namespace LicenseManager
50 template<
typename ResourceTypeT = Aws::String>
51 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
52 template<
typename ResourceTypeT = Aws::String>
99 template<
typename ProductInformationFilterListT = Aws::Vector<ProductInformationFilter>>
100 void SetProductInformationFilterList(ProductInformationFilterListT&& value) { m_productInformationFilterListHasBeenSet =
true; m_productInformationFilterList = std::forward<ProductInformationFilterListT>(value); }
101 template<
typename ProductInformationFilterListT = Aws::Vector<ProductInformationFilter>>
103 template<
typename ProductInformationFilterListT = ProductInformationFilter>
109 bool m_resourceTypeHasBeenSet =
false;
112 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