7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/databrew/GlueDataBrewRequest.h>
10#include <aws/databrew/GlueDataBrew_EXPORTS.h>
11#include <aws/databrew/model/EncryptionMode.h>
12#include <aws/databrew/model/JobSample.h>
13#include <aws/databrew/model/LogSubscription.h>
14#include <aws/databrew/model/ProfileConfiguration.h>
15#include <aws/databrew/model/S3Location.h>
16#include <aws/databrew/model/ValidationConfiguration.h>
21namespace GlueDataBrew {
46 template <
typename ConfigurationT = ProfileConfiguration>
48 m_configurationHasBeenSet =
true;
49 m_configuration = std::forward<ConfigurationT>(value);
51 template <
typename ConfigurationT = ProfileConfiguration>
65 template <
typename EncryptionKeyArnT = Aws::String>
67 m_encryptionKeyArnHasBeenSet =
true;
68 m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value);
70 template <
typename EncryptionKeyArnT = Aws::String>
87 m_encryptionModeHasBeenSet =
true;
88 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>
186 template <
typename Val
idationConfigurationsT = Aws::Vector<Val
idationConfiguration>>
188 m_validationConfigurationsHasBeenSet =
true;
189 m_validationConfigurations = std::forward<ValidationConfigurationsT>(value);
191 template <
typename Val
idationConfigurationsT = Aws::Vector<Val
idationConfiguration>>
196 template <
typename Val
idationConfigurationsT = Val
idationConfiguration>
198 m_validationConfigurationsHasBeenSet =
true;
199 m_validationConfigurations.emplace_back(std::forward<ValidationConfigurationsT>(value));
211 template <
typename RoleArnT = Aws::String>
213 m_roleArnHasBeenSet =
true;
214 m_roleArn = std::forward<RoleArnT>(value);
216 template <
typename RoleArnT = Aws::String>
231 m_timeoutHasBeenSet =
true;
249 template <
typename JobSampleT = JobSample>
251 m_jobSampleHasBeenSet =
true;
252 m_jobSample = std::forward<JobSampleT>(value);
254 template <
typename JobSampleT = JobSample>
271 int m_maxCapacity{0};
275 S3Location m_outputLocation;
283 JobSample m_jobSample;
284 bool m_configurationHasBeenSet =
false;
285 bool m_encryptionKeyArnHasBeenSet =
false;
286 bool m_encryptionModeHasBeenSet =
false;
287 bool m_nameHasBeenSet =
false;
288 bool m_logSubscriptionHasBeenSet =
false;
289 bool m_maxCapacityHasBeenSet =
false;
290 bool m_maxRetriesHasBeenSet =
false;
291 bool m_outputLocationHasBeenSet =
false;
292 bool m_validationConfigurationsHasBeenSet =
false;
293 bool m_roleArnHasBeenSet =
false;
294 bool m_timeoutHasBeenSet =
false;
295 bool m_jobSampleHasBeenSet =
false;
bool EncryptionKeyArnHasBeenSet() const
void SetMaxCapacity(int value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
UpdateProfileJobRequest & WithValidationConfigurations(ValidationConfigurationsT &&value)
bool ConfigurationHasBeenSet() const
bool ValidationConfigurationsHasBeenSet() const
const Aws::String & GetName() const
UpdateProfileJobRequest & WithLogSubscription(LogSubscription value)
UpdateProfileJobRequest & AddValidationConfigurations(ValidationConfigurationsT &&value)
void SetMaxRetries(int value)
const ProfileConfiguration & GetConfiguration() const
UpdateProfileJobRequest & WithEncryptionKeyArn(EncryptionKeyArnT &&value)
bool LogSubscriptionHasBeenSet() const
void SetEncryptionMode(EncryptionMode value)
bool MaxRetriesHasBeenSet() const
const Aws::String & GetEncryptionKeyArn() const
UpdateProfileJobRequest & WithMaxCapacity(int value)
UpdateProfileJobRequest & WithRoleArn(RoleArnT &&value)
UpdateProfileJobRequest & WithEncryptionMode(EncryptionMode value)
UpdateProfileJobRequest & WithJobSample(JobSampleT &&value)
void SetRoleArn(RoleArnT &&value)
UpdateProfileJobRequest & WithTimeout(int value)
void SetOutputLocation(OutputLocationT &&value)
void SetTimeout(int value)
void SetValidationConfigurations(ValidationConfigurationsT &&value)
bool RoleArnHasBeenSet() const
UpdateProfileJobRequest & WithOutputLocation(OutputLocationT &&value)
EncryptionMode GetEncryptionMode() const
const JobSample & GetJobSample() const
virtual const char * GetServiceRequestName() const override
UpdateProfileJobRequest & WithName(NameT &&value)
UpdateProfileJobRequest & WithMaxRetries(int value)
const S3Location & GetOutputLocation() const
int GetMaxCapacity() const
LogSubscription GetLogSubscription() const
UpdateProfileJobRequest & WithConfiguration(ConfigurationT &&value)
void SetLogSubscription(LogSubscription value)
void SetEncryptionKeyArn(EncryptionKeyArnT &&value)
void SetConfiguration(ConfigurationT &&value)
AWS_GLUEDATABREW_API UpdateProfileJobRequest()=default
bool OutputLocationHasBeenSet() const
AWS_GLUEDATABREW_API Aws::String SerializePayload() const override
bool EncryptionModeHasBeenSet() const
const Aws::Vector< ValidationConfiguration > & GetValidationConfigurations() const
bool TimeoutHasBeenSet() const
void SetJobSample(JobSampleT &&value)
int GetMaxRetries() const
const Aws::String & GetRoleArn() const
bool JobSampleHasBeenSet() const
bool MaxCapacityHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector