/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A summary of a recommendation.See Also:
AWS
* API Reference
An array of objects that describe a recommendation summary.
*/ inline const Aws::VectorAn array of objects that describe a recommendation summary.
*/ inline bool SummariesHasBeenSet() const { return m_summariesHasBeenSet; } /** *An array of objects that describe a recommendation summary.
*/ inline void SetSummaries(const Aws::VectorAn array of objects that describe a recommendation summary.
*/ inline void SetSummaries(Aws::VectorAn array of objects that describe a recommendation summary.
*/ inline RecommendationSummary& WithSummaries(const Aws::VectorAn array of objects that describe a recommendation summary.
*/ inline RecommendationSummary& WithSummaries(Aws::VectorAn array of objects that describe a recommendation summary.
*/ inline RecommendationSummary& AddSummaries(const Summary& value) { m_summariesHasBeenSet = true; m_summaries.push_back(value); return *this; } /** *An array of objects that describe a recommendation summary.
*/ inline RecommendationSummary& AddSummaries(Summary&& value) { m_summariesHasBeenSet = true; m_summaries.push_back(std::move(value)); return *this; } /** *The resource type of the recommendation.
*/ inline const RecommendationSourceType& GetRecommendationResourceType() const{ return m_recommendationResourceType; } /** *The resource type of the recommendation.
*/ inline bool RecommendationResourceTypeHasBeenSet() const { return m_recommendationResourceTypeHasBeenSet; } /** *The resource type of the recommendation.
*/ inline void SetRecommendationResourceType(const RecommendationSourceType& value) { m_recommendationResourceTypeHasBeenSet = true; m_recommendationResourceType = value; } /** *The resource type of the recommendation.
*/ inline void SetRecommendationResourceType(RecommendationSourceType&& value) { m_recommendationResourceTypeHasBeenSet = true; m_recommendationResourceType = std::move(value); } /** *The resource type of the recommendation.
*/ inline RecommendationSummary& WithRecommendationResourceType(const RecommendationSourceType& value) { SetRecommendationResourceType(value); return *this;} /** *The resource type of the recommendation.
*/ inline RecommendationSummary& WithRecommendationResourceType(RecommendationSourceType&& value) { SetRecommendationResourceType(std::move(value)); return *this;} /** *The AWS account ID of the recommendation summary.
*/ inline const Aws::String& GetAccountId() const{ return m_accountId; } /** *The AWS account ID of the recommendation summary.
*/ inline bool AccountIdHasBeenSet() const { return m_accountIdHasBeenSet; } /** *The AWS account ID of the recommendation summary.
*/ inline void SetAccountId(const Aws::String& value) { m_accountIdHasBeenSet = true; m_accountId = value; } /** *The AWS account ID of the recommendation summary.
*/ inline void SetAccountId(Aws::String&& value) { m_accountIdHasBeenSet = true; m_accountId = std::move(value); } /** *The AWS account ID of the recommendation summary.
*/ inline void SetAccountId(const char* value) { m_accountIdHasBeenSet = true; m_accountId.assign(value); } /** *The AWS account ID of the recommendation summary.
*/ inline RecommendationSummary& WithAccountId(const Aws::String& value) { SetAccountId(value); return *this;} /** *The AWS account ID of the recommendation summary.
*/ inline RecommendationSummary& WithAccountId(Aws::String&& value) { SetAccountId(std::move(value)); return *this;} /** *The AWS account ID of the recommendation summary.
*/ inline RecommendationSummary& WithAccountId(const char* value) { SetAccountId(value); return *this;} private: Aws::Vector