7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/license-manager/LicenseManager_EXPORTS.h>
9#include <aws/license-manager/model/EntitlementUsage.h>
20namespace LicenseManager {
42 template <
typename EntitlementUsagesT = Aws::Vector<EntitlementUsage>>
44 m_entitlementUsagesHasBeenSet =
true;
45 m_entitlementUsages = std::forward<EntitlementUsagesT>(value);
47 template <
typename EntitlementUsagesT = Aws::Vector<EntitlementUsage>>
52 template <
typename EntitlementUsagesT = EntitlementUsage>
54 m_entitlementUsagesHasBeenSet =
true;
55 m_entitlementUsages.emplace_back(std::forward<EntitlementUsagesT>(value));
61 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