7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/databrew/GlueDataBrewRequest.h>
9#include <aws/databrew/model/ProfileConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/databrew/model/EncryptionMode.h>
12#include <aws/databrew/model/LogSubscription.h>
13#include <aws/databrew/model/S3Location.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/databrew/model/JobSample.h>
16#include <aws/databrew/model/ValidationConfiguration.h>
50 template<
typename ConfigurationT = ProfileConfiguration>
51 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
52 template<
typename ConfigurationT = ProfileConfiguration>
63 template<
typename EncryptionKeyArnT = Aws::String>
64 void SetEncryptionKeyArn(EncryptionKeyArnT&& value) { m_encryptionKeyArnHasBeenSet =
true; m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value); }
65 template<
typename EncryptionKeyArnT = Aws::String>
88 template<
typename NameT = Aws::String>
89 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
90 template<
typename NameT = Aws::String>
112 inline void SetMaxCapacity(
int value) { m_maxCapacityHasBeenSet =
true; m_maxCapacity = value; }
122 inline void SetMaxRetries(
int value) { m_maxRetriesHasBeenSet =
true; m_maxRetries = value; }
130 template<
typename OutputLocationT = S3Location>
131 void SetOutputLocation(OutputLocationT&& value) { m_outputLocationHasBeenSet =
true; m_outputLocation = std::forward<OutputLocationT>(value); }
132 template<
typename OutputLocationT = S3Location>
142 template<
typename Val
idationConfigurationsT = Aws::Vector<Val
idationConfiguration>>
143 void SetValidationConfigurations(ValidationConfigurationsT&& value) { m_validationConfigurationsHasBeenSet =
true; m_validationConfigurations = std::forward<ValidationConfigurationsT>(value); }
144 template<
typename Val
idationConfigurationsT = Aws::Vector<Val
idationConfiguration>>
146 template<
typename Val
idationConfigurationsT = Val
idationConfiguration>
157 template<
typename RoleArnT = Aws::String>
158 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
159 template<
typename RoleArnT = Aws::String>
170 inline void SetTimeout(
int value) { m_timeoutHasBeenSet =
true; m_timeout = value; }
183 template<
typename JobSampleT = JobSample>
184 void SetJobSample(JobSampleT&& value) { m_jobSampleHasBeenSet =
true; m_jobSample = std::forward<JobSampleT>(value); }
185 template<
typename JobSampleT = JobSample>
191 bool m_configurationHasBeenSet =
false;
194 bool m_encryptionKeyArnHasBeenSet =
false;
197 bool m_encryptionModeHasBeenSet =
false;
200 bool m_nameHasBeenSet =
false;
203 bool m_logSubscriptionHasBeenSet =
false;
205 int m_maxCapacity{0};
206 bool m_maxCapacityHasBeenSet =
false;
209 bool m_maxRetriesHasBeenSet =
false;
211 S3Location m_outputLocation;
212 bool m_outputLocationHasBeenSet =
false;
215 bool m_validationConfigurationsHasBeenSet =
false;
218 bool m_roleArnHasBeenSet =
false;
221 bool m_timeoutHasBeenSet =
false;
223 JobSample m_jobSample;
224 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