/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include #include namespace Aws { namespace ComputeOptimizer { namespace Model { /** */ class ExportECSServiceRecommendationsRequest : public ComputeOptimizerRequest { public: AWS_COMPUTEOPTIMIZER_API ExportECSServiceRecommendationsRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "ExportECSServiceRecommendations"; } AWS_COMPUTEOPTIMIZER_API Aws::String SerializePayload() const override; AWS_COMPUTEOPTIMIZER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; /** *

The Amazon Web Services account IDs for the export Amazon ECS service * recommendations.

If your account is the management account or the * delegated administrator of an organization, use this parameter to specify the * member account you want to export recommendations to.

This parameter * can't be specified together with the include member accounts parameter. The * parameters are mutually exclusive.

If this parameter or the include * member accounts parameter is omitted, the recommendations for member accounts * aren't included in the export.

You can specify multiple account IDs per * request.

*/ inline const Aws::Vector& GetAccountIds() const{ return m_accountIds; } /** *

The Amazon Web Services account IDs for the export Amazon ECS service * recommendations.

If your account is the management account or the * delegated administrator of an organization, use this parameter to specify the * member account you want to export recommendations to.

This parameter * can't be specified together with the include member accounts parameter. The * parameters are mutually exclusive.

If this parameter or the include * member accounts parameter is omitted, the recommendations for member accounts * aren't included in the export.

You can specify multiple account IDs per * request.

*/ inline bool AccountIdsHasBeenSet() const { return m_accountIdsHasBeenSet; } /** *

The Amazon Web Services account IDs for the export Amazon ECS service * recommendations.

If your account is the management account or the * delegated administrator of an organization, use this parameter to specify the * member account you want to export recommendations to.

This parameter * can't be specified together with the include member accounts parameter. The * parameters are mutually exclusive.

If this parameter or the include * member accounts parameter is omitted, the recommendations for member accounts * aren't included in the export.

You can specify multiple account IDs per * request.

*/ inline void SetAccountIds(const Aws::Vector& value) { m_accountIdsHasBeenSet = true; m_accountIds = value; } /** *

The Amazon Web Services account IDs for the export Amazon ECS service * recommendations.

If your account is the management account or the * delegated administrator of an organization, use this parameter to specify the * member account you want to export recommendations to.

This parameter * can't be specified together with the include member accounts parameter. The * parameters are mutually exclusive.

If this parameter or the include * member accounts parameter is omitted, the recommendations for member accounts * aren't included in the export.

You can specify multiple account IDs per * request.

*/ inline void SetAccountIds(Aws::Vector&& value) { m_accountIdsHasBeenSet = true; m_accountIds = std::move(value); } /** *

The Amazon Web Services account IDs for the export Amazon ECS service * recommendations.

If your account is the management account or the * delegated administrator of an organization, use this parameter to specify the * member account you want to export recommendations to.

This parameter * can't be specified together with the include member accounts parameter. The * parameters are mutually exclusive.

If this parameter or the include * member accounts parameter is omitted, the recommendations for member accounts * aren't included in the export.

You can specify multiple account IDs per * request.

*/ inline ExportECSServiceRecommendationsRequest& WithAccountIds(const Aws::Vector& value) { SetAccountIds(value); return *this;} /** *

The Amazon Web Services account IDs for the export Amazon ECS service * recommendations.

If your account is the management account or the * delegated administrator of an organization, use this parameter to specify the * member account you want to export recommendations to.

This parameter * can't be specified together with the include member accounts parameter. The * parameters are mutually exclusive.

If this parameter or the include * member accounts parameter is omitted, the recommendations for member accounts * aren't included in the export.

You can specify multiple account IDs per * request.

*/ inline ExportECSServiceRecommendationsRequest& WithAccountIds(Aws::Vector&& value) { SetAccountIds(std::move(value)); return *this;} /** *

The Amazon Web Services account IDs for the export Amazon ECS service * recommendations.

If your account is the management account or the * delegated administrator of an organization, use this parameter to specify the * member account you want to export recommendations to.

This parameter * can't be specified together with the include member accounts parameter. The * parameters are mutually exclusive.

If this parameter or the include * member accounts parameter is omitted, the recommendations for member accounts * aren't included in the export.

You can specify multiple account IDs per * request.

*/ inline ExportECSServiceRecommendationsRequest& AddAccountIds(const Aws::String& value) { m_accountIdsHasBeenSet = true; m_accountIds.push_back(value); return *this; } /** *

The Amazon Web Services account IDs for the export Amazon ECS service * recommendations.

If your account is the management account or the * delegated administrator of an organization, use this parameter to specify the * member account you want to export recommendations to.

This parameter * can't be specified together with the include member accounts parameter. The * parameters are mutually exclusive.

If this parameter or the include * member accounts parameter is omitted, the recommendations for member accounts * aren't included in the export.

You can specify multiple account IDs per * request.

*/ inline ExportECSServiceRecommendationsRequest& AddAccountIds(Aws::String&& value) { m_accountIdsHasBeenSet = true; m_accountIds.push_back(std::move(value)); return *this; } /** *

The Amazon Web Services account IDs for the export Amazon ECS service * recommendations.

If your account is the management account or the * delegated administrator of an organization, use this parameter to specify the * member account you want to export recommendations to.

This parameter * can't be specified together with the include member accounts parameter. The * parameters are mutually exclusive.

If this parameter or the include * member accounts parameter is omitted, the recommendations for member accounts * aren't included in the export.

You can specify multiple account IDs per * request.

*/ inline ExportECSServiceRecommendationsRequest& AddAccountIds(const char* value) { m_accountIdsHasBeenSet = true; m_accountIds.push_back(value); return *this; } /** *

An array of objects to specify a filter that exports a more specific set of * Amazon ECS service recommendations.

*/ inline const Aws::Vector& GetFilters() const{ return m_filters; } /** *

An array of objects to specify a filter that exports a more specific set of * Amazon ECS service recommendations.

*/ inline bool FiltersHasBeenSet() const { return m_filtersHasBeenSet; } /** *

An array of objects to specify a filter that exports a more specific set of * Amazon ECS service recommendations.

*/ inline void SetFilters(const Aws::Vector& value) { m_filtersHasBeenSet = true; m_filters = value; } /** *

An array of objects to specify a filter that exports a more specific set of * Amazon ECS service recommendations.

*/ inline void SetFilters(Aws::Vector&& value) { m_filtersHasBeenSet = true; m_filters = std::move(value); } /** *

An array of objects to specify a filter that exports a more specific set of * Amazon ECS service recommendations.

*/ inline ExportECSServiceRecommendationsRequest& WithFilters(const Aws::Vector& value) { SetFilters(value); return *this;} /** *

An array of objects to specify a filter that exports a more specific set of * Amazon ECS service recommendations.

*/ inline ExportECSServiceRecommendationsRequest& WithFilters(Aws::Vector&& value) { SetFilters(std::move(value)); return *this;} /** *

An array of objects to specify a filter that exports a more specific set of * Amazon ECS service recommendations.

*/ inline ExportECSServiceRecommendationsRequest& AddFilters(const ECSServiceRecommendationFilter& value) { m_filtersHasBeenSet = true; m_filters.push_back(value); return *this; } /** *

An array of objects to specify a filter that exports a more specific set of * Amazon ECS service recommendations.

*/ inline ExportECSServiceRecommendationsRequest& AddFilters(ECSServiceRecommendationFilter&& value) { m_filtersHasBeenSet = true; m_filters.push_back(std::move(value)); return *this; } /** *

The recommendations data to include in the export file. For more information * about the fields that can be exported, see Exported * files in the Compute Optimizer User Guide.

*/ inline const Aws::Vector& GetFieldsToExport() const{ return m_fieldsToExport; } /** *

The recommendations data to include in the export file. For more information * about the fields that can be exported, see Exported * files in the Compute Optimizer User Guide.

*/ inline bool FieldsToExportHasBeenSet() const { return m_fieldsToExportHasBeenSet; } /** *

The recommendations data to include in the export file. For more information * about the fields that can be exported, see Exported * files in the Compute Optimizer User Guide.

*/ inline void SetFieldsToExport(const Aws::Vector& value) { m_fieldsToExportHasBeenSet = true; m_fieldsToExport = value; } /** *

The recommendations data to include in the export file. For more information * about the fields that can be exported, see Exported * files in the Compute Optimizer User Guide.

*/ inline void SetFieldsToExport(Aws::Vector&& value) { m_fieldsToExportHasBeenSet = true; m_fieldsToExport = std::move(value); } /** *

The recommendations data to include in the export file. For more information * about the fields that can be exported, see Exported * files in the Compute Optimizer User Guide.

*/ inline ExportECSServiceRecommendationsRequest& WithFieldsToExport(const Aws::Vector& value) { SetFieldsToExport(value); return *this;} /** *

The recommendations data to include in the export file. For more information * about the fields that can be exported, see Exported * files in the Compute Optimizer User Guide.

*/ inline ExportECSServiceRecommendationsRequest& WithFieldsToExport(Aws::Vector&& value) { SetFieldsToExport(std::move(value)); return *this;} /** *

The recommendations data to include in the export file. For more information * about the fields that can be exported, see Exported * files in the Compute Optimizer User Guide.

*/ inline ExportECSServiceRecommendationsRequest& AddFieldsToExport(const ExportableECSServiceField& value) { m_fieldsToExportHasBeenSet = true; m_fieldsToExport.push_back(value); return *this; } /** *

The recommendations data to include in the export file. For more information * about the fields that can be exported, see Exported * files in the Compute Optimizer User Guide.

*/ inline ExportECSServiceRecommendationsRequest& AddFieldsToExport(ExportableECSServiceField&& value) { m_fieldsToExportHasBeenSet = true; m_fieldsToExport.push_back(std::move(value)); return *this; } inline const S3DestinationConfig& GetS3DestinationConfig() const{ return m_s3DestinationConfig; } inline bool S3DestinationConfigHasBeenSet() const { return m_s3DestinationConfigHasBeenSet; } inline void SetS3DestinationConfig(const S3DestinationConfig& value) { m_s3DestinationConfigHasBeenSet = true; m_s3DestinationConfig = value; } inline void SetS3DestinationConfig(S3DestinationConfig&& value) { m_s3DestinationConfigHasBeenSet = true; m_s3DestinationConfig = std::move(value); } inline ExportECSServiceRecommendationsRequest& WithS3DestinationConfig(const S3DestinationConfig& value) { SetS3DestinationConfig(value); return *this;} inline ExportECSServiceRecommendationsRequest& WithS3DestinationConfig(S3DestinationConfig&& value) { SetS3DestinationConfig(std::move(value)); return *this;} /** *

The format of the export file.

The CSV file is the only export file * format currently supported.

*/ inline const FileFormat& GetFileFormat() const{ return m_fileFormat; } /** *

The format of the export file.

The CSV file is the only export file * format currently supported.

*/ inline bool FileFormatHasBeenSet() const { return m_fileFormatHasBeenSet; } /** *

The format of the export file.

The CSV file is the only export file * format currently supported.

*/ inline void SetFileFormat(const FileFormat& value) { m_fileFormatHasBeenSet = true; m_fileFormat = value; } /** *

The format of the export file.

The CSV file is the only export file * format currently supported.

*/ inline void SetFileFormat(FileFormat&& value) { m_fileFormatHasBeenSet = true; m_fileFormat = std::move(value); } /** *

The format of the export file.

The CSV file is the only export file * format currently supported.

*/ inline ExportECSServiceRecommendationsRequest& WithFileFormat(const FileFormat& value) { SetFileFormat(value); return *this;} /** *

The format of the export file.

The CSV file is the only export file * format currently supported.

*/ inline ExportECSServiceRecommendationsRequest& WithFileFormat(FileFormat&& value) { SetFileFormat(std::move(value)); return *this;} /** *

If your account is the management account or the delegated administrator of * an organization, this parameter indicates whether to include recommendations for * resources in all member accounts of the organization.

The member accounts * must also be opted in to Compute Optimizer, and trusted access for Compute * Optimizer must be enabled in the organization account. For more information, see * Compute * Optimizer and Amazon Web Services Organizations trusted access in the * Compute Optimizer User Guide.

If this parameter is omitted, * recommendations for member accounts of the organization aren't included in the * export file.

If this parameter or the account ID parameter is omitted, * recommendations for member accounts aren't included in the export.

*/ inline bool GetIncludeMemberAccounts() const{ return m_includeMemberAccounts; } /** *

If your account is the management account or the delegated administrator of * an organization, this parameter indicates whether to include recommendations for * resources in all member accounts of the organization.

The member accounts * must also be opted in to Compute Optimizer, and trusted access for Compute * Optimizer must be enabled in the organization account. For more information, see * Compute * Optimizer and Amazon Web Services Organizations trusted access in the * Compute Optimizer User Guide.

If this parameter is omitted, * recommendations for member accounts of the organization aren't included in the * export file.

If this parameter or the account ID parameter is omitted, * recommendations for member accounts aren't included in the export.

*/ inline bool IncludeMemberAccountsHasBeenSet() const { return m_includeMemberAccountsHasBeenSet; } /** *

If your account is the management account or the delegated administrator of * an organization, this parameter indicates whether to include recommendations for * resources in all member accounts of the organization.

The member accounts * must also be opted in to Compute Optimizer, and trusted access for Compute * Optimizer must be enabled in the organization account. For more information, see * Compute * Optimizer and Amazon Web Services Organizations trusted access in the * Compute Optimizer User Guide.

If this parameter is omitted, * recommendations for member accounts of the organization aren't included in the * export file.

If this parameter or the account ID parameter is omitted, * recommendations for member accounts aren't included in the export.

*/ inline void SetIncludeMemberAccounts(bool value) { m_includeMemberAccountsHasBeenSet = true; m_includeMemberAccounts = value; } /** *

If your account is the management account or the delegated administrator of * an organization, this parameter indicates whether to include recommendations for * resources in all member accounts of the organization.

The member accounts * must also be opted in to Compute Optimizer, and trusted access for Compute * Optimizer must be enabled in the organization account. For more information, see * Compute * Optimizer and Amazon Web Services Organizations trusted access in the * Compute Optimizer User Guide.

If this parameter is omitted, * recommendations for member accounts of the organization aren't included in the * export file.

If this parameter or the account ID parameter is omitted, * recommendations for member accounts aren't included in the export.

*/ inline ExportECSServiceRecommendationsRequest& WithIncludeMemberAccounts(bool value) { SetIncludeMemberAccounts(value); return *this;} private: Aws::Vector m_accountIds; bool m_accountIdsHasBeenSet = false; Aws::Vector m_filters; bool m_filtersHasBeenSet = false; Aws::Vector m_fieldsToExport; bool m_fieldsToExportHasBeenSet = false; S3DestinationConfig m_s3DestinationConfig; bool m_s3DestinationConfigHasBeenSet = false; FileFormat m_fileFormat; bool m_fileFormatHasBeenSet = false; bool m_includeMemberAccounts; bool m_includeMemberAccountsHasBeenSet = false; }; } // namespace Model } // namespace ComputeOptimizer } // namespace Aws