7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/license-manager/model/EntitlementUsage.h>
22namespace LicenseManager
48 template<
typename EntitlementUsagesT = Aws::Vector<EntitlementUsage>>
49 void SetEntitlementUsages(EntitlementUsagesT&& value) { m_entitlementUsagesHasBeenSet =
true; m_entitlementUsages = std::forward<EntitlementUsagesT>(value); }
50 template<
typename EntitlementUsagesT = Aws::Vector<EntitlementUsage>>
52 template<
typename EntitlementUsagesT = EntitlementUsage>
53 LicenseUsage&
AddEntitlementUsages(EntitlementUsagesT&& value) { m_entitlementUsagesHasBeenSet =
true; m_entitlementUsages.emplace_back(std::forward<EntitlementUsagesT>(value));
return *
this; }
58 bool m_entitlementUsagesHasBeenSet =
false;
bool EntitlementUsagesHasBeenSet() const
const Aws::Vector< EntitlementUsage > & GetEntitlementUsages() const
AWS_LICENSEMANAGER_API LicenseUsage(Aws::Utils::Json::JsonView jsonValue)
LicenseUsage & WithEntitlementUsages(EntitlementUsagesT &&value)
AWS_LICENSEMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEntitlementUsages(EntitlementUsagesT &&value)
AWS_LICENSEMANAGER_API LicenseUsage & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LICENSEMANAGER_API LicenseUsage()=default
LicenseUsage & AddEntitlementUsages(EntitlementUsagesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue