7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/databrew/model/EncryptionMode.h>
11#include <aws/databrew/model/JobType.h>
12#include <aws/databrew/model/LogSubscription.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/databrew/model/ProfileConfiguration.h>
15#include <aws/databrew/model/RecipeReference.h>
16#include <aws/core/utils/memory/stl/AWSMap.h>
17#include <aws/databrew/model/JobSample.h>
18#include <aws/databrew/model/Output.h>
19#include <aws/databrew/model/DataCatalogOutput.h>
20#include <aws/databrew/model/DatabaseOutput.h>
21#include <aws/databrew/model/ValidationConfiguration.h>
26template<
typename RESULT_TYPE>
27class AmazonWebServiceResult;
53 template<
typename CreateDateT = Aws::Utils::DateTime>
54 void SetCreateDate(CreateDateT&& value) { m_createDateHasBeenSet =
true; m_createDate = std::forward<CreateDateT>(value); }
55 template<
typename CreateDateT = Aws::Utils::DateTime>
65 template<
typename CreatedByT = Aws::String>
66 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
67 template<
typename CreatedByT = Aws::String>
76 template<
typename DatasetNameT = Aws::String>
77 void SetDatasetName(DatasetNameT&& value) { m_datasetNameHasBeenSet =
true; m_datasetName = std::forward<DatasetNameT>(value); }
78 template<
typename DatasetNameT = Aws::String>
88 template<
typename EncryptionKeyArnT = Aws::String>
89 void SetEncryptionKeyArn(EncryptionKeyArnT&& value) { m_encryptionKeyArnHasBeenSet =
true; m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value); }
90 template<
typename EncryptionKeyArnT = Aws::String>
111 template<
typename NameT = Aws::String>
112 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
113 template<
typename NameT = Aws::String>
134 template<
typename LastModifiedByT = Aws::String>
135 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
136 template<
typename LastModifiedByT = Aws::String>
145 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
146 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
147 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
166 inline void SetMaxCapacity(
int value) { m_maxCapacityHasBeenSet =
true; m_maxCapacity = value; }
175 inline void SetMaxRetries(
int value) { m_maxRetriesHasBeenSet =
true; m_maxRetries = value; }
184 template<
typename OutputsT = Aws::Vector<Output>>
185 void SetOutputs(OutputsT&& value) { m_outputsHasBeenSet =
true; m_outputs = std::forward<OutputsT>(value); }
186 template<
typename OutputsT = Aws::Vector<Output>>
188 template<
typename OutputsT = Output>
189 DescribeJobResult&
AddOutputs(OutputsT&& value) { m_outputsHasBeenSet =
true; m_outputs.emplace_back(std::forward<OutputsT>(value));
return *
this; }
198 template<
typename DataCatalogOutputsT = Aws::Vector<DataCatalogOutput>>
199 void SetDataCatalogOutputs(DataCatalogOutputsT&& value) { m_dataCatalogOutputsHasBeenSet =
true; m_dataCatalogOutputs = std::forward<DataCatalogOutputsT>(value); }
200 template<
typename DataCatalogOutputsT = Aws::Vector<DataCatalogOutput>>
202 template<
typename DataCatalogOutputsT = DataCatalogOutput>
203 DescribeJobResult&
AddDataCatalogOutputs(DataCatalogOutputsT&& value) { m_dataCatalogOutputsHasBeenSet =
true; m_dataCatalogOutputs.emplace_back(std::forward<DataCatalogOutputsT>(value));
return *
this; }
212 template<
typename DatabaseOutputsT = Aws::Vector<DatabaseOutput>>
213 void SetDatabaseOutputs(DatabaseOutputsT&& value) { m_databaseOutputsHasBeenSet =
true; m_databaseOutputs = std::forward<DatabaseOutputsT>(value); }
214 template<
typename DatabaseOutputsT = Aws::Vector<DatabaseOutput>>
216 template<
typename DatabaseOutputsT = DatabaseOutput>
217 DescribeJobResult&
AddDatabaseOutputs(DatabaseOutputsT&& value) { m_databaseOutputsHasBeenSet =
true; m_databaseOutputs.emplace_back(std::forward<DatabaseOutputsT>(value));
return *
this; }
225 template<
typename ProjectNameT = Aws::String>
226 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
227 template<
typename ProjectNameT = Aws::String>
238 template<
typename ProfileConfigurationT = ProfileConfiguration>
239 void SetProfileConfiguration(ProfileConfigurationT&& value) { m_profileConfigurationHasBeenSet =
true; m_profileConfiguration = std::forward<ProfileConfigurationT>(value); }
240 template<
typename ProfileConfigurationT = ProfileConfiguration>
249 template<
typename Val
idationConfigurationsT = Aws::Vector<Val
idationConfiguration>>
250 void SetValidationConfigurations(ValidationConfigurationsT&& value) { m_validationConfigurationsHasBeenSet =
true; m_validationConfigurations = std::forward<ValidationConfigurationsT>(value); }
251 template<
typename Val
idationConfigurationsT = Aws::Vector<Val
idationConfiguration>>
253 template<
typename Val
idationConfigurationsT = Val
idationConfiguration>
254 DescribeJobResult&
AddValidationConfigurations(ValidationConfigurationsT&& value) { m_validationConfigurationsHasBeenSet =
true; m_validationConfigurations.emplace_back(std::forward<ValidationConfigurationsT>(value));
return *
this; }
260 template<
typename RecipeReferenceT = RecipeReference>
261 void SetRecipeReference(RecipeReferenceT&& value) { m_recipeReferenceHasBeenSet =
true; m_recipeReference = std::forward<RecipeReferenceT>(value); }
262 template<
typename RecipeReferenceT = RecipeReference>
271 template<
typename ResourceArnT = Aws::String>
272 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
273 template<
typename ResourceArnT = Aws::String>
283 template<
typename RoleArnT = Aws::String>
284 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
285 template<
typename RoleArnT = Aws::String>
294 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
295 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
296 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
298 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
300 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
310 inline void SetTimeout(
int value) { m_timeoutHasBeenSet =
true; m_timeout = value; }
320 template<
typename JobSampleT = JobSample>
321 void SetJobSample(JobSampleT&& value) { m_jobSampleHasBeenSet =
true; m_jobSample = std::forward<JobSampleT>(value); }
322 template<
typename JobSampleT = JobSample>
329 template<
typename RequestIdT = Aws::String>
330 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
331 template<
typename RequestIdT = Aws::String>
337 bool m_createDateHasBeenSet =
false;
340 bool m_createdByHasBeenSet =
false;
343 bool m_datasetNameHasBeenSet =
false;
346 bool m_encryptionKeyArnHasBeenSet =
false;
349 bool m_encryptionModeHasBeenSet =
false;
352 bool m_nameHasBeenSet =
false;
355 bool m_typeHasBeenSet =
false;
358 bool m_lastModifiedByHasBeenSet =
false;
361 bool m_lastModifiedDateHasBeenSet =
false;
364 bool m_logSubscriptionHasBeenSet =
false;
366 int m_maxCapacity{0};
367 bool m_maxCapacityHasBeenSet =
false;
370 bool m_maxRetriesHasBeenSet =
false;
373 bool m_outputsHasBeenSet =
false;
376 bool m_dataCatalogOutputsHasBeenSet =
false;
379 bool m_databaseOutputsHasBeenSet =
false;
382 bool m_projectNameHasBeenSet =
false;
384 ProfileConfiguration m_profileConfiguration;
385 bool m_profileConfigurationHasBeenSet =
false;
388 bool m_validationConfigurationsHasBeenSet =
false;
390 RecipeReference m_recipeReference;
391 bool m_recipeReferenceHasBeenSet =
false;
394 bool m_resourceArnHasBeenSet =
false;
397 bool m_roleArnHasBeenSet =
false;
400 bool m_tagsHasBeenSet =
false;
403 bool m_timeoutHasBeenSet =
false;
405 JobSample m_jobSample;
406 bool m_jobSampleHasBeenSet =
false;
409 bool m_requestIdHasBeenSet =
false;
DescribeJobResult & WithRoleArn(RoleArnT &&value)
void SetDatasetName(DatasetNameT &&value)
void SetValidationConfigurations(ValidationConfigurationsT &&value)
DescribeJobResult & WithLastModifiedDate(LastModifiedDateT &&value)
void SetRecipeReference(RecipeReferenceT &&value)
const Aws::String & GetResourceArn() const
DescribeJobResult & WithLogSubscription(LogSubscription value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
void SetLogSubscription(LogSubscription value)
const RecipeReference & GetRecipeReference() const
void SetLastModifiedDate(LastModifiedDateT &&value)
const Aws::String & GetLastModifiedBy() const
const ProfileConfiguration & GetProfileConfiguration() const
DescribeJobResult & WithCreateDate(CreateDateT &&value)
DescribeJobResult & AddDataCatalogOutputs(DataCatalogOutputsT &&value)
void SetMaxRetries(int value)
void SetTags(TagsT &&value)
AWS_GLUEDATABREW_API DescribeJobResult()=default
DescribeJobResult & WithDatabaseOutputs(DatabaseOutputsT &&value)
void SetName(NameT &&value)
DescribeJobResult & WithLastModifiedBy(LastModifiedByT &&value)
void SetMaxCapacity(int value)
AWS_GLUEDATABREW_API DescribeJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetType(JobType value)
void SetRoleArn(RoleArnT &&value)
void SetResourceArn(ResourceArnT &&value)
DescribeJobResult & WithName(NameT &&value)
const Aws::String & GetCreatedBy() const
AWS_GLUEDATABREW_API DescribeJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeJobResult & AddDatabaseOutputs(DatabaseOutputsT &&value)
DescribeJobResult & WithOutputs(OutputsT &&value)
DescribeJobResult & WithResourceArn(ResourceArnT &&value)
DescribeJobResult & WithCreatedBy(CreatedByT &&value)
int GetMaxRetries() const
const Aws::Utils::DateTime & GetCreateDate() const
EncryptionMode GetEncryptionMode() const
void SetProfileConfiguration(ProfileConfigurationT &&value)
DescribeJobResult & WithProjectName(ProjectNameT &&value)
void SetDataCatalogOutputs(DataCatalogOutputsT &&value)
void SetTimeout(int value)
DescribeJobResult & WithEncryptionMode(EncryptionMode value)
DescribeJobResult & WithProfileConfiguration(ProfileConfigurationT &&value)
DescribeJobResult & WithType(JobType value)
DescribeJobResult & WithDatasetName(DatasetNameT &&value)
DescribeJobResult & WithJobSample(JobSampleT &&value)
const Aws::Vector< ValidationConfiguration > & GetValidationConfigurations() const
void SetRequestId(RequestIdT &&value)
void SetCreateDate(CreateDateT &&value)
void SetDatabaseOutputs(DatabaseOutputsT &&value)
DescribeJobResult & AddOutputs(OutputsT &&value)
DescribeJobResult & WithTags(TagsT &&value)
const Aws::String & GetRoleArn() const
void SetOutputs(OutputsT &&value)
DescribeJobResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetJobSample(JobSampleT &&value)
DescribeJobResult & WithEncryptionKeyArn(EncryptionKeyArnT &&value)
const Aws::String & GetEncryptionKeyArn() const
DescribeJobResult & WithMaxRetries(int value)
const Aws::String & GetDatasetName() const
const Aws::String & GetRequestId() const
DescribeJobResult & WithValidationConfigurations(ValidationConfigurationsT &&value)
DescribeJobResult & WithRequestId(RequestIdT &&value)
DescribeJobResult & AddValidationConfigurations(ValidationConfigurationsT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
void SetEncryptionMode(EncryptionMode value)
void SetProjectName(ProjectNameT &&value)
const JobSample & GetJobSample() const
DescribeJobResult & WithMaxCapacity(int value)
DescribeJobResult & WithDataCatalogOutputs(DataCatalogOutputsT &&value)
DescribeJobResult & WithRecipeReference(RecipeReferenceT &&value)
LogSubscription GetLogSubscription() const
void SetCreatedBy(CreatedByT &&value)
DescribeJobResult & WithTimeout(int value)
const Aws::Vector< DataCatalogOutput > & GetDataCatalogOutputs() const
const Aws::String & GetName() const
int GetMaxCapacity() const
const Aws::String & GetProjectName() const
const Aws::Vector< Output > & GetOutputs() const
const Aws::Vector< DatabaseOutput > & GetDatabaseOutputs() const
void SetEncryptionKeyArn(EncryptionKeyArnT &&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
Aws::Utils::Json::JsonValue JsonValue