/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A metric for a particular lens in a workload.See Also:
AWS
* API Reference
The lens ARN.
*/ inline const Aws::String& GetLensArn() const{ return m_lensArn; } /** *The lens ARN.
*/ inline bool LensArnHasBeenSet() const { return m_lensArnHasBeenSet; } /** *The lens ARN.
*/ inline void SetLensArn(const Aws::String& value) { m_lensArnHasBeenSet = true; m_lensArn = value; } /** *The lens ARN.
*/ inline void SetLensArn(Aws::String&& value) { m_lensArnHasBeenSet = true; m_lensArn = std::move(value); } /** *The lens ARN.
*/ inline void SetLensArn(const char* value) { m_lensArnHasBeenSet = true; m_lensArn.assign(value); } /** *The lens ARN.
*/ inline LensMetric& WithLensArn(const Aws::String& value) { SetLensArn(value); return *this;} /** *The lens ARN.
*/ inline LensMetric& WithLensArn(Aws::String&& value) { SetLensArn(std::move(value)); return *this;} /** *The lens ARN.
*/ inline LensMetric& WithLensArn(const char* value) { SetLensArn(value); return *this;} /** *The metrics for the pillars in a lens.
*/ inline const Aws::VectorThe metrics for the pillars in a lens.
*/ inline bool PillarsHasBeenSet() const { return m_pillarsHasBeenSet; } /** *The metrics for the pillars in a lens.
*/ inline void SetPillars(const Aws::VectorThe metrics for the pillars in a lens.
*/ inline void SetPillars(Aws::VectorThe metrics for the pillars in a lens.
*/ inline LensMetric& WithPillars(const Aws::VectorThe metrics for the pillars in a lens.
*/ inline LensMetric& WithPillars(Aws::VectorThe metrics for the pillars in a lens.
*/ inline LensMetric& AddPillars(const PillarMetric& value) { m_pillarsHasBeenSet = true; m_pillars.push_back(value); return *this; } /** *The metrics for the pillars in a lens.
*/ inline LensMetric& AddPillars(PillarMetric&& value) { m_pillarsHasBeenSet = true; m_pillars.push_back(std::move(value)); return *this; } inline const Aws::Map