/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Details of the license configuration that this generator reports
* on.See Also:
AWS
* API Reference
Amazon Resource Name (ARN) of the license configuration that this generator * reports on.
*/ inline const Aws::VectorAmazon Resource Name (ARN) of the license configuration that this generator * reports on.
*/ inline bool LicenseConfigurationArnsHasBeenSet() const { return m_licenseConfigurationArnsHasBeenSet; } /** *Amazon Resource Name (ARN) of the license configuration that this generator * reports on.
*/ inline void SetLicenseConfigurationArns(const Aws::VectorAmazon Resource Name (ARN) of the license configuration that this generator * reports on.
*/ inline void SetLicenseConfigurationArns(Aws::VectorAmazon Resource Name (ARN) of the license configuration that this generator * reports on.
*/ inline ReportContext& WithLicenseConfigurationArns(const Aws::VectorAmazon Resource Name (ARN) of the license configuration that this generator * reports on.
*/ inline ReportContext& WithLicenseConfigurationArns(Aws::VectorAmazon Resource Name (ARN) of the license configuration that this generator * reports on.
*/ inline ReportContext& AddLicenseConfigurationArns(const Aws::String& value) { m_licenseConfigurationArnsHasBeenSet = true; m_licenseConfigurationArns.push_back(value); return *this; } /** *Amazon Resource Name (ARN) of the license configuration that this generator * reports on.
*/ inline ReportContext& AddLicenseConfigurationArns(Aws::String&& value) { m_licenseConfigurationArnsHasBeenSet = true; m_licenseConfigurationArns.push_back(std::move(value)); return *this; } /** *Amazon Resource Name (ARN) of the license configuration that this generator * reports on.
*/ inline ReportContext& AddLicenseConfigurationArns(const char* value) { m_licenseConfigurationArnsHasBeenSet = true; m_licenseConfigurationArns.push_back(value); return *this; } private: Aws::Vector