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
141 bool m_accountIdsHasBeenSet =
false;
144 bool m_filtersHasBeenSet =
false;
147 bool m_fieldsToExportHasBeenSet =
false;
150 bool m_s3DestinationConfigHasBeenSet =
false;
153 bool m_fileFormatHasBeenSet =
false;
155 bool m_includeMemberAccounts;
156 bool m_includeMemberAccountsHasBeenSet =
false;
ExportLicenseRecommendationsRequest & WithFieldsToExport(const Aws::Vector< ExportableLicenseField > &value)
const S3DestinationConfig & GetS3DestinationConfig() const
ExportLicenseRecommendationsRequest & AddFilters(const LicenseRecommendationFilter &value)
ExportLicenseRecommendationsRequest & WithAccountIds(Aws::Vector< Aws::String > &&value)
ExportLicenseRecommendationsRequest & WithAccountIds(const Aws::Vector< Aws::String > &value)
ExportLicenseRecommendationsRequest & AddAccountIds(Aws::String &&value)
ExportLicenseRecommendationsRequest & WithS3DestinationConfig(const S3DestinationConfig &value)
ExportLicenseRecommendationsRequest & WithIncludeMemberAccounts(bool value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetAccountIds() const
const FileFormat & GetFileFormat() const
void SetS3DestinationConfig(S3DestinationConfig &&value)
bool FieldsToExportHasBeenSet() const
void SetIncludeMemberAccounts(bool value)
bool S3DestinationConfigHasBeenSet() const
const Aws::Vector< LicenseRecommendationFilter > & GetFilters() const
AWS_COMPUTEOPTIMIZER_API ExportLicenseRecommendationsRequest()
bool IncludeMemberAccountsHasBeenSet() const
ExportLicenseRecommendationsRequest & WithFilters(Aws::Vector< LicenseRecommendationFilter > &&value)
bool FileFormatHasBeenSet() const
bool GetIncludeMemberAccounts() const
void SetFileFormat(const FileFormat &value)
ExportLicenseRecommendationsRequest & WithFilters(const Aws::Vector< LicenseRecommendationFilter > &value)
ExportLicenseRecommendationsRequest & WithFileFormat(FileFormat &&value)
ExportLicenseRecommendationsRequest & WithFieldsToExport(Aws::Vector< ExportableLicenseField > &&value)
ExportLicenseRecommendationsRequest & AddFieldsToExport(ExportableLicenseField &&value)
ExportLicenseRecommendationsRequest & AddFieldsToExport(const ExportableLicenseField &value)
void SetFilters(Aws::Vector< LicenseRecommendationFilter > &&value)
void SetFieldsToExport(Aws::Vector< ExportableLicenseField > &&value)
ExportLicenseRecommendationsRequest & WithFileFormat(const FileFormat &value)
void SetFieldsToExport(const Aws::Vector< ExportableLicenseField > &value)
void SetAccountIds(Aws::Vector< Aws::String > &&value)
void SetAccountIds(const Aws::Vector< Aws::String > &value)
ExportLicenseRecommendationsRequest & AddAccountIds(const Aws::String &value)
void SetFileFormat(FileFormat &&value)
bool FiltersHasBeenSet() const
void SetS3DestinationConfig(const S3DestinationConfig &value)
ExportLicenseRecommendationsRequest & AddAccountIds(const char *value)
AWS_COMPUTEOPTIMIZER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ExportLicenseRecommendationsRequest & AddFilters(LicenseRecommendationFilter &&value)
AWS_COMPUTEOPTIMIZER_API Aws::String SerializePayload() const override
const Aws::Vector< ExportableLicenseField > & GetFieldsToExport() const
bool AccountIdsHasBeenSet() const
ExportLicenseRecommendationsRequest & WithS3DestinationConfig(S3DestinationConfig &&value)
void SetFilters(const Aws::Vector< LicenseRecommendationFilter > &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