/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes the entitlement usage associated with a license.See
* Also:
AWS
* API Reference
License entitlement usages.
*/ inline const Aws::VectorLicense entitlement usages.
*/ inline bool EntitlementUsagesHasBeenSet() const { return m_entitlementUsagesHasBeenSet; } /** *License entitlement usages.
*/ inline void SetEntitlementUsages(const Aws::VectorLicense entitlement usages.
*/ inline void SetEntitlementUsages(Aws::VectorLicense entitlement usages.
*/ inline LicenseUsage& WithEntitlementUsages(const Aws::VectorLicense entitlement usages.
*/ inline LicenseUsage& WithEntitlementUsages(Aws::VectorLicense entitlement usages.
*/ inline LicenseUsage& AddEntitlementUsages(const EntitlementUsage& value) { m_entitlementUsagesHasBeenSet = true; m_entitlementUsages.push_back(value); return *this; } /** *License entitlement usages.
*/ inline LicenseUsage& AddEntitlementUsages(EntitlementUsage&& value) { m_entitlementUsagesHasBeenSet = true; m_entitlementUsages.push_back(std::move(value)); return *this; } private: Aws::Vector