7#include <aws/license-manager/LicenseManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace LicenseManager
49 template<
typename LicenseConfigurationArnsT = Aws::Vector<Aws::String>>
50 void SetLicenseConfigurationArns(LicenseConfigurationArnsT&& value) { m_licenseConfigurationArnsHasBeenSet =
true; m_licenseConfigurationArns = std::forward<LicenseConfigurationArnsT>(value); }
51 template<
typename LicenseConfigurationArnsT = Aws::Vector<Aws::String>>
53 template<
typename LicenseConfigurationArnsT = Aws::String>
54 ReportContext&
AddLicenseConfigurationArns(LicenseConfigurationArnsT&& value) { m_licenseConfigurationArnsHasBeenSet =
true; m_licenseConfigurationArns.emplace_back(std::forward<LicenseConfigurationArnsT>(value));
return *
this; }
59 bool m_licenseConfigurationArnsHasBeenSet =
false;
void SetLicenseConfigurationArns(LicenseConfigurationArnsT &&value)
AWS_LICENSEMANAGER_API ReportContext()=default
ReportContext & WithLicenseConfigurationArns(LicenseConfigurationArnsT &&value)
AWS_LICENSEMANAGER_API ReportContext & operator=(Aws::Utils::Json::JsonView jsonValue)
ReportContext & AddLicenseConfigurationArns(LicenseConfigurationArnsT &&value)
bool LicenseConfigurationArnsHasBeenSet() const
AWS_LICENSEMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LICENSEMANAGER_API ReportContext(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetLicenseConfigurationArns() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue