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/ProductCodeListItem.h>
23namespace LicenseManager
53 template<
typename UsageOperationT = Aws::String>
54 void SetUsageOperation(UsageOperationT&& value) { m_usageOperationHasBeenSet =
true; m_usageOperation = std::forward<UsageOperationT>(value); }
55 template<
typename UsageOperationT = Aws::String>
65 template<
typename ProductCodesT = Aws::Vector<ProductCodeListItem>>
66 void SetProductCodes(ProductCodesT&& value) { m_productCodesHasBeenSet =
true; m_productCodes = std::forward<ProductCodesT>(value); }
67 template<
typename ProductCodesT = Aws::Vector<ProductCodeListItem>>
69 template<
typename ProductCodesT = ProductCodeListItem>
75 bool m_usageOperationHasBeenSet =
false;
78 bool m_productCodesHasBeenSet =
false;
AWS_LICENSEMANAGER_API LicenseConversionContext(Aws::Utils::Json::JsonView jsonValue)
LicenseConversionContext & AddProductCodes(ProductCodesT &&value)
bool ProductCodesHasBeenSet() const
void SetUsageOperation(UsageOperationT &&value)
AWS_LICENSEMANAGER_API LicenseConversionContext()=default
AWS_LICENSEMANAGER_API LicenseConversionContext & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UsageOperationHasBeenSet() const
void SetProductCodes(ProductCodesT &&value)
const Aws::Vector< ProductCodeListItem > & GetProductCodes() const
LicenseConversionContext & WithProductCodes(ProductCodesT &&value)
LicenseConversionContext & WithUsageOperation(UsageOperationT &&value)
AWS_LICENSEMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetUsageOperation() 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