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/LicenseConfigurationStatus.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/license-manager/model/ProductInformation.h>
17namespace LicenseManager
48 inline void SetLicenseConfigurationArn(
const char* value) { m_licenseConfigurationArnHasBeenSet =
true; m_licenseConfigurationArn.assign(value); }
88 inline void SetLicenseCount(
long long value) { m_licenseCountHasBeenSet =
true; m_licenseCount = value; }
98 inline void SetLicenseCountHardLimit(
bool value) { m_licenseCountHardLimitHasBeenSet =
true; m_licenseCountHardLimit = value; }
110 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
124 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
156 bool m_licenseConfigurationArnHasBeenSet =
false;
159 bool m_licenseConfigurationStatusHasBeenSet =
false;
162 bool m_licenseRulesHasBeenSet =
false;
164 long long m_licenseCount;
165 bool m_licenseCountHasBeenSet =
false;
167 bool m_licenseCountHardLimit;
168 bool m_licenseCountHardLimitHasBeenSet =
false;
171 bool m_nameHasBeenSet =
false;
174 bool m_descriptionHasBeenSet =
false;
177 bool m_productInformationListHasBeenSet =
false;
179 bool m_disassociateWhenNotFound;
180 bool m_disassociateWhenNotFoundHasBeenSet =
false;
UpdateLicenseConfigurationRequest & WithLicenseConfigurationArn(Aws::String &&value)
UpdateLicenseConfigurationRequest & WithName(const char *value)
UpdateLicenseConfigurationRequest & WithLicenseCount(long long value)
void SetName(const Aws::String &value)
void SetName(Aws::String &&value)
void SetLicenseCount(long long value)
UpdateLicenseConfigurationRequest & WithLicenseRules(const Aws::Vector< Aws::String > &value)
AWS_LICENSEMANAGER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
bool ProductInformationListHasBeenSet() const
void SetDescription(const char *value)
const LicenseConfigurationStatus & GetLicenseConfigurationStatus() const
const Aws::String & GetLicenseConfigurationArn() const
AWS_LICENSEMANAGER_API Aws::String SerializePayload() const override
void SetDisassociateWhenNotFound(bool value)
void SetLicenseConfigurationArn(Aws::String &&value)
UpdateLicenseConfigurationRequest & WithLicenseConfigurationStatus(LicenseConfigurationStatus &&value)
UpdateLicenseConfigurationRequest & AddLicenseRules(const char *value)
void SetDescription(Aws::String &&value)
bool LicenseCountHasBeenSet() const
const Aws::String & GetName() const
void SetLicenseRules(const Aws::Vector< Aws::String > &value)
void SetLicenseConfigurationArn(const Aws::String &value)
UpdateLicenseConfigurationRequest & WithDisassociateWhenNotFound(bool value)
UpdateLicenseConfigurationRequest & WithDescription(const char *value)
AWS_LICENSEMANAGER_API UpdateLicenseConfigurationRequest()
bool LicenseConfigurationStatusHasBeenSet() const
void SetLicenseRules(Aws::Vector< Aws::String > &&value)
bool NameHasBeenSet() const
bool LicenseCountHardLimitHasBeenSet() const
UpdateLicenseConfigurationRequest & WithName(const Aws::String &value)
bool LicenseRulesHasBeenSet() const
UpdateLicenseConfigurationRequest & WithDescription(const Aws::String &value)
void SetDescription(const Aws::String &value)
void SetName(const char *value)
bool GetLicenseCountHardLimit() const
void SetLicenseConfigurationStatus(LicenseConfigurationStatus &&value)
long long GetLicenseCount() const
UpdateLicenseConfigurationRequest & WithLicenseConfigurationStatus(const LicenseConfigurationStatus &value)
void SetLicenseConfigurationStatus(const LicenseConfigurationStatus &value)
void SetLicenseConfigurationArn(const char *value)
UpdateLicenseConfigurationRequest & AddProductInformationList(const ProductInformation &value)
UpdateLicenseConfigurationRequest & WithLicenseConfigurationArn(const char *value)
UpdateLicenseConfigurationRequest & WithName(Aws::String &&value)
const Aws::Vector< ProductInformation > & GetProductInformationList() const
UpdateLicenseConfigurationRequest & WithProductInformationList(Aws::Vector< ProductInformation > &&value)
UpdateLicenseConfigurationRequest & AddProductInformationList(ProductInformation &&value)
void SetProductInformationList(Aws::Vector< ProductInformation > &&value)
UpdateLicenseConfigurationRequest & WithLicenseRules(Aws::Vector< Aws::String > &&value)
bool GetDisassociateWhenNotFound() const
bool DescriptionHasBeenSet() const
UpdateLicenseConfigurationRequest & WithDescription(Aws::String &&value)
UpdateLicenseConfigurationRequest & AddLicenseRules(const Aws::String &value)
UpdateLicenseConfigurationRequest & WithProductInformationList(const Aws::Vector< ProductInformation > &value)
UpdateLicenseConfigurationRequest & AddLicenseRules(Aws::String &&value)
UpdateLicenseConfigurationRequest & WithLicenseCountHardLimit(bool value)
bool LicenseConfigurationArnHasBeenSet() const
void SetLicenseCountHardLimit(bool value)
void SetProductInformationList(const Aws::Vector< ProductInformation > &value)
const Aws::Vector< Aws::String > & GetLicenseRules() const
const Aws::String & GetDescription() const
UpdateLicenseConfigurationRequest & WithLicenseConfigurationArn(const Aws::String &value)
bool DisassociateWhenNotFoundHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
LicenseConfigurationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector