7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/license-manager/LicenseManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/license-manager/model/LicenseCountingType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/license-manager/model/Tag.h>
13#include <aws/license-manager/model/ProductInformation.h>
18namespace LicenseManager
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
63 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
87 inline void SetLicenseCount(
long long value) { m_licenseCountHasBeenSet =
true; m_licenseCount = value; }
98 inline void SetLicenseCountHardLimit(
bool value) { m_licenseCountHardLimitHasBeenSet =
true; m_licenseCountHardLimit = value; }
176 bool m_nameHasBeenSet =
false;
179 bool m_descriptionHasBeenSet =
false;
182 bool m_licenseCountingTypeHasBeenSet =
false;
184 long long m_licenseCount;
185 bool m_licenseCountHasBeenSet =
false;
187 bool m_licenseCountHardLimit;
188 bool m_licenseCountHardLimitHasBeenSet =
false;
191 bool m_licenseRulesHasBeenSet =
false;
194 bool m_tagsHasBeenSet =
false;
196 bool m_disassociateWhenNotFound;
197 bool m_disassociateWhenNotFoundHasBeenSet =
false;
200 bool m_productInformationListHasBeenSet =
false;
bool LicenseRulesHasBeenSet() const
CreateLicenseConfigurationRequest & WithTags(Aws::Vector< Tag > &&value)
void SetLicenseRules(const Aws::Vector< Aws::String > &value)
void SetName(const Aws::String &value)
const Aws::Vector< Aws::String > & GetLicenseRules() const
bool LicenseCountHardLimitHasBeenSet() const
CreateLicenseConfigurationRequest & WithProductInformationList(const Aws::Vector< ProductInformation > &value)
bool TagsHasBeenSet() const
const Aws::String & GetName() const
void SetDescription(const char *value)
void SetLicenseCountHardLimit(bool value)
bool LicenseCountingTypeHasBeenSet() const
CreateLicenseConfigurationRequest & WithLicenseCountingType(LicenseCountingType &&value)
CreateLicenseConfigurationRequest & AddTags(const Tag &value)
CreateLicenseConfigurationRequest & WithDescription(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
CreateLicenseConfigurationRequest & WithLicenseRules(Aws::Vector< Aws::String > &&value)
CreateLicenseConfigurationRequest & WithName(const Aws::String &value)
AWS_LICENSEMANAGER_API CreateLicenseConfigurationRequest()
CreateLicenseConfigurationRequest & WithName(const char *value)
bool DisassociateWhenNotFoundHasBeenSet() const
CreateLicenseConfigurationRequest & WithTags(const Aws::Vector< Tag > &value)
void SetName(const char *value)
CreateLicenseConfigurationRequest & WithLicenseCountingType(const LicenseCountingType &value)
void SetDisassociateWhenNotFound(bool value)
void SetName(Aws::String &&value)
CreateLicenseConfigurationRequest & WithLicenseCountHardLimit(bool value)
CreateLicenseConfigurationRequest & WithDescription(const char *value)
void SetDescription(Aws::String &&value)
void SetDescription(const Aws::String &value)
void SetLicenseCount(long long value)
void SetLicenseCountingType(const LicenseCountingType &value)
void SetProductInformationList(const Aws::Vector< ProductInformation > &value)
CreateLicenseConfigurationRequest & WithDescription(const Aws::String &value)
CreateLicenseConfigurationRequest & WithDisassociateWhenNotFound(bool value)
AWS_LICENSEMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateLicenseConfigurationRequest & AddProductInformationList(const ProductInformation &value)
const LicenseCountingType & GetLicenseCountingType() const
CreateLicenseConfigurationRequest & AddLicenseRules(Aws::String &&value)
const Aws::String & GetDescription() const
bool GetDisassociateWhenNotFound() const
CreateLicenseConfigurationRequest & AddLicenseRules(const char *value)
CreateLicenseConfigurationRequest & AddLicenseRules(const Aws::String &value)
void SetTags(const Aws::Vector< Tag > &value)
bool LicenseCountHasBeenSet() const
CreateLicenseConfigurationRequest & WithName(Aws::String &&value)
bool ProductInformationListHasBeenSet() const
void SetLicenseCountingType(LicenseCountingType &&value)
CreateLicenseConfigurationRequest & WithProductInformationList(Aws::Vector< ProductInformation > &&value)
bool NameHasBeenSet() const
CreateLicenseConfigurationRequest & AddProductInformationList(ProductInformation &&value)
CreateLicenseConfigurationRequest & WithLicenseCount(long long value)
void SetTags(Aws::Vector< Tag > &&value)
long long GetLicenseCount() const
virtual const char * GetServiceRequestName() const override
void SetProductInformationList(Aws::Vector< ProductInformation > &&value)
const Aws::Vector< ProductInformation > & GetProductInformationList() const
bool GetLicenseCountHardLimit() const
CreateLicenseConfigurationRequest & AddTags(Tag &&value)
AWS_LICENSEMANAGER_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
CreateLicenseConfigurationRequest & WithLicenseRules(const Aws::Vector< Aws::String > &value)
void SetLicenseRules(Aws::Vector< Aws::String > &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector