7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/migrationhubstrategy/model/DataSourceType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/migrationhubstrategy/model/Group.h>
17namespace MigrationHubStrategyRecommendations
45 template<
typename S3BucketT = Aws::String>
46 void SetS3Bucket(S3BucketT&& value) { m_s3BucketHasBeenSet =
true; m_s3Bucket = std::forward<S3BucketT>(value); }
47 template<
typename S3BucketT = Aws::String>
71 template<
typename GroupIdT = Aws::Vector<Group>>
72 void SetGroupId(GroupIdT&& value) { m_groupIdHasBeenSet =
true; m_groupId = std::forward<GroupIdT>(value); }
73 template<
typename GroupIdT = Aws::Vector<Group>>
75 template<
typename GroupIdT = Group>
85 template<
typename NameT = Aws::String>
86 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
87 template<
typename NameT = Aws::String>
98 template<
typename S3bucketForReportDataT = Aws::String>
99 void SetS3bucketForReportData(S3bucketForReportDataT&& value) { m_s3bucketForReportDataHasBeenSet =
true; m_s3bucketForReportData = std::forward<S3bucketForReportDataT>(value); }
100 template<
typename S3bucketForReportDataT = Aws::String>
110 template<
typename S3keyT = Aws::String>
111 void SetS3key(S3keyT&& value) { m_s3keyHasBeenSet =
true; m_s3key = std::forward<S3keyT>(value); }
112 template<
typename S3keyT = Aws::String>
118 bool m_s3BucketHasBeenSet =
false;
121 bool m_dataSourceTypeHasBeenSet =
false;
124 bool m_groupIdHasBeenSet =
false;
127 bool m_nameHasBeenSet =
false;
130 bool m_s3bucketForReportDataHasBeenSet =
false;
133 bool m_s3keyHasBeenSet =
false;
StartImportFileTaskRequest & AddGroupId(GroupIdT &&value)
StartImportFileTaskRequest & WithName(NameT &&value)
DataSourceType GetDataSourceType() const
void SetS3bucketForReportData(S3bucketForReportDataT &&value)
bool S3BucketHasBeenSet() const
StartImportFileTaskRequest & WithS3key(S3keyT &&value)
StartImportFileTaskRequest & WithGroupId(GroupIdT &&value)
bool S3keyHasBeenSet() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API StartImportFileTaskRequest()=default
StartImportFileTaskRequest & WithDataSourceType(DataSourceType value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Aws::String SerializePayload() const override
bool NameHasBeenSet() const
void SetS3key(S3keyT &&value)
void SetGroupId(GroupIdT &&value)
void SetS3Bucket(S3BucketT &&value)
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
StartImportFileTaskRequest & WithS3bucketForReportData(S3bucketForReportDataT &&value)
const Aws::String & GetS3bucketForReportData() const
bool DataSourceTypeHasBeenSet() const
const Aws::Vector< Group > & GetGroupId() const
const Aws::String & GetName() const
bool S3bucketForReportDataHasBeenSet() const
void SetDataSourceType(DataSourceType value)
bool GroupIdHasBeenSet() const
const Aws::String & GetS3key() const
StartImportFileTaskRequest & WithS3Bucket(S3BucketT &&value)
const Aws::String & GetS3Bucket() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector