7#include <aws/compute-optimizer/ComputeOptimizer_EXPORTS.h>
8#include <aws/compute-optimizer/ComputeOptimizerRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/compute-optimizer/model/S3DestinationConfig.h>
11#include <aws/compute-optimizer/model/FileFormat.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/compute-optimizer/model/LicenseRecommendationFilter.h>
14#include <aws/compute-optimizer/model/ExportableLicenseField.h>
19namespace ComputeOptimizer
55 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
56 void SetAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds = std::forward<AccountIdsT>(value); }
57 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
59 template<
typename AccountIdsT = Aws::String>
70 template<
typename FiltersT = Aws::Vector<LicenseRecommendationFilter>>
71 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
72 template<
typename FiltersT = Aws::Vector<LicenseRecommendationFilter>>
74 template<
typename FiltersT = LicenseRecommendationFilter>
87 template<
typename FieldsToExportT = Aws::Vector<ExportableLicenseField>>
88 void SetFieldsToExport(FieldsToExportT&& value) { m_fieldsToExportHasBeenSet =
true; m_fieldsToExport = std::forward<FieldsToExportT>(value); }
89 template<
typename FieldsToExportT = Aws::Vector<ExportableLicenseField>>
98 template<
typename S3DestinationConfigT = S3DestinationConfig>
99 void SetS3DestinationConfig(S3DestinationConfigT&& value) { m_s3DestinationConfigHasBeenSet =
true; m_s3DestinationConfig = std::forward<S3DestinationConfigT>(value); }
100 template<
typename S3DestinationConfigT = S3DestinationConfig>
137 bool m_accountIdsHasBeenSet =
false;
140 bool m_filtersHasBeenSet =
false;
143 bool m_fieldsToExportHasBeenSet =
false;
146 bool m_s3DestinationConfigHasBeenSet =
false;
149 bool m_fileFormatHasBeenSet =
false;
151 bool m_includeMemberAccounts{
false};
152 bool m_includeMemberAccountsHasBeenSet =
false;
void SetFilters(FiltersT &&value)
const S3DestinationConfig & GetS3DestinationConfig() const
ExportLicenseRecommendationsRequest & WithAccountIds(AccountIdsT &&value)
void SetS3DestinationConfig(S3DestinationConfigT &&value)
ExportLicenseRecommendationsRequest & AddFilters(FiltersT &&value)
ExportLicenseRecommendationsRequest & WithIncludeMemberAccounts(bool value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetAccountIds() const
bool FieldsToExportHasBeenSet() const
void SetIncludeMemberAccounts(bool value)
ExportLicenseRecommendationsRequest & WithFilters(FiltersT &&value)
bool S3DestinationConfigHasBeenSet() const
const Aws::Vector< LicenseRecommendationFilter > & GetFilters() const
void SetFileFormat(FileFormat value)
bool IncludeMemberAccountsHasBeenSet() const
void SetFieldsToExport(FieldsToExportT &&value)
bool FileFormatHasBeenSet() const
bool GetIncludeMemberAccounts() const
ExportLicenseRecommendationsRequest & WithFieldsToExport(FieldsToExportT &&value)
ExportLicenseRecommendationsRequest & AddFieldsToExport(ExportableLicenseField value)
bool FiltersHasBeenSet() const
AWS_COMPUTEOPTIMIZER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_COMPUTEOPTIMIZER_API Aws::String SerializePayload() const override
void SetAccountIds(AccountIdsT &&value)
const Aws::Vector< ExportableLicenseField > & GetFieldsToExport() const
bool AccountIdsHasBeenSet() const
AWS_COMPUTEOPTIMIZER_API ExportLicenseRecommendationsRequest()=default
ExportLicenseRecommendationsRequest & WithS3DestinationConfig(S3DestinationConfigT &&value)
FileFormat GetFileFormat() const
ExportLicenseRecommendationsRequest & WithFileFormat(FileFormat value)
ExportLicenseRecommendationsRequest & AddAccountIds(AccountIdsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector