7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/databrew/GlueDataBrewRequest.h>
11#include <aws/databrew/GlueDataBrew_EXPORTS.h>
12#include <aws/databrew/model/EncryptionMode.h>
13#include <aws/databrew/model/JobSample.h>
14#include <aws/databrew/model/LogSubscription.h>
15#include <aws/databrew/model/ProfileConfiguration.h>
16#include <aws/databrew/model/S3Location.h>
17#include <aws/databrew/model/ValidationConfiguration.h>
22namespace GlueDataBrew {
45 template <
typename DatasetNameT = Aws::String>
47 m_datasetNameHasBeenSet =
true;
48 m_datasetName = std::forward<DatasetNameT>(value);
50 template <
typename DatasetNameT = Aws::String>
64 template <
typename EncryptionKeyArnT = Aws::String>
66 m_encryptionKeyArnHasBeenSet =
true;
67 m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value);
69 template <
typename EncryptionKeyArnT = Aws::String>
86 m_encryptionModeHasBeenSet =
true;
87 m_encryptionMode = value;
102 template <
typename NameT = Aws::String>
104 m_nameHasBeenSet =
true;
105 m_name = std::forward<NameT>(value);
107 template <
typename NameT = Aws::String>
109 SetName(std::forward<NameT>(value));
122 m_logSubscriptionHasBeenSet =
true;
123 m_logSubscription = value;
139 m_maxCapacityHasBeenSet =
true;
140 m_maxCapacity = value;
155 m_maxRetriesHasBeenSet =
true;
156 m_maxRetries = value;
168 template <
typename OutputLocationT = S3Location>
170 m_outputLocationHasBeenSet =
true;
171 m_outputLocation = std::forward<OutputLocationT>(value);
173 template <
typename OutputLocationT = S3Location>
188 template <
typename ConfigurationT = ProfileConfiguration>
190 m_configurationHasBeenSet =
true;
191 m_configuration = std::forward<ConfigurationT>(value);
193 template <
typename ConfigurationT = ProfileConfiguration>
206 template <
typename Val
idationConfigurationsT = Aws::Vector<Val
idationConfiguration>>
208 m_validationConfigurationsHasBeenSet =
true;
209 m_validationConfigurations = std::forward<ValidationConfigurationsT>(value);
211 template <
typename Val
idationConfigurationsT = Aws::Vector<Val
idationConfiguration>>
216 template <
typename Val
idationConfigurationsT = Val
idationConfiguration>
218 m_validationConfigurationsHasBeenSet =
true;
219 m_validationConfigurations.emplace_back(std::forward<ValidationConfigurationsT>(value));
231 template <
typename RoleArnT = Aws::String>
233 m_roleArnHasBeenSet =
true;
234 m_roleArn = std::forward<RoleArnT>(value);
236 template <
typename RoleArnT = Aws::String>
249 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
251 m_tagsHasBeenSet =
true;
252 m_tags = std::forward<TagsT>(value);
254 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
256 SetTags(std::forward<TagsT>(value));
259 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
261 m_tagsHasBeenSet =
true;
262 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
275 m_timeoutHasBeenSet =
true;
293 template <
typename JobSampleT = JobSample>
295 m_jobSampleHasBeenSet =
true;
296 m_jobSample = std::forward<JobSampleT>(value);
298 template <
typename JobSampleT = JobSample>
315 int m_maxCapacity{0};
319 S3Location m_outputLocation;
321 ProfileConfiguration m_configuration;
331 JobSample m_jobSample;
332 bool m_datasetNameHasBeenSet =
false;
333 bool m_encryptionKeyArnHasBeenSet =
false;
334 bool m_encryptionModeHasBeenSet =
false;
335 bool m_nameHasBeenSet =
false;
336 bool m_logSubscriptionHasBeenSet =
false;
337 bool m_maxCapacityHasBeenSet =
false;
338 bool m_maxRetriesHasBeenSet =
false;
339 bool m_outputLocationHasBeenSet =
false;
340 bool m_configurationHasBeenSet =
false;
341 bool m_validationConfigurationsHasBeenSet =
false;
342 bool m_roleArnHasBeenSet =
false;
343 bool m_tagsHasBeenSet =
false;
344 bool m_timeoutHasBeenSet =
false;
345 bool m_jobSampleHasBeenSet =
false;
LogSubscription GetLogSubscription() const
bool TagsHasBeenSet() const
void SetLogSubscription(LogSubscription value)
const JobSample & GetJobSample() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
CreateProfileJobRequest & WithDatasetName(DatasetNameT &&value)
const S3Location & GetOutputLocation() const
CreateProfileJobRequest & WithEncryptionMode(EncryptionMode value)
CreateProfileJobRequest & WithRoleArn(RoleArnT &&value)
void SetEncryptionKeyArn(EncryptionKeyArnT &&value)
bool RoleArnHasBeenSet() const
void SetValidationConfigurations(ValidationConfigurationsT &&value)
bool DatasetNameHasBeenSet() const
bool LogSubscriptionHasBeenSet() const
CreateProfileJobRequest & WithValidationConfigurations(ValidationConfigurationsT &&value)
void SetRoleArn(RoleArnT &&value)
bool EncryptionKeyArnHasBeenSet() const
CreateProfileJobRequest & WithTimeout(int value)
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRoleArn() const
void SetJobSample(JobSampleT &&value)
bool ConfigurationHasBeenSet() const
void SetConfiguration(ConfigurationT &&value)
bool EncryptionModeHasBeenSet() const
CreateProfileJobRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetMaxCapacity(int value)
CreateProfileJobRequest & WithTags(TagsT &&value)
CreateProfileJobRequest & WithOutputLocation(OutputLocationT &&value)
int GetMaxRetries() const
void SetDatasetName(DatasetNameT &&value)
void SetEncryptionMode(EncryptionMode value)
void SetOutputLocation(OutputLocationT &&value)
bool ValidationConfigurationsHasBeenSet() const
CreateProfileJobRequest & WithMaxCapacity(int value)
bool MaxCapacityHasBeenSet() const
void SetTags(TagsT &&value)
CreateProfileJobRequest & AddValidationConfigurations(ValidationConfigurationsT &&value)
CreateProfileJobRequest & WithJobSample(JobSampleT &&value)
const Aws::String & GetEncryptionKeyArn() const
CreateProfileJobRequest & WithName(NameT &&value)
void SetMaxRetries(int value)
const Aws::String & GetDatasetName() const
CreateProfileJobRequest & WithConfiguration(ConfigurationT &&value)
CreateProfileJobRequest & WithMaxRetries(int value)
CreateProfileJobRequest & WithLogSubscription(LogSubscription value)
AWS_GLUEDATABREW_API CreateProfileJobRequest()=default
CreateProfileJobRequest & WithEncryptionKeyArn(EncryptionKeyArnT &&value)
bool JobSampleHasBeenSet() const
bool TimeoutHasBeenSet() const
EncryptionMode GetEncryptionMode() const
int GetMaxCapacity() const
const Aws::Vector< ValidationConfiguration > & GetValidationConfigurations() const
AWS_GLUEDATABREW_API Aws::String SerializePayload() const override
bool OutputLocationHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool MaxRetriesHasBeenSet() const
const ProfileConfiguration & GetConfiguration() const
void SetTimeout(int value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector