7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/databrew/GlueDataBrewRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/databrew/model/EncryptionMode.h>
11#include <aws/databrew/model/LogSubscription.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/databrew/model/RecipeReference.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/databrew/model/Output.h>
16#include <aws/databrew/model/DataCatalogOutput.h>
17#include <aws/databrew/model/DatabaseOutput.h>
49 template<
typename DatasetNameT = Aws::String>
50 void SetDatasetName(DatasetNameT&& value) { m_datasetNameHasBeenSet =
true; m_datasetName = std::forward<DatasetNameT>(value); }
51 template<
typename DatasetNameT = Aws::String>
62 template<
typename EncryptionKeyArnT = Aws::String>
63 void SetEncryptionKeyArn(EncryptionKeyArnT&& value) { m_encryptionKeyArnHasBeenSet =
true; m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value); }
64 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; }
132 template<
typename OutputsT = Aws::Vector<Output>>
133 void SetOutputs(OutputsT&& value) { m_outputsHasBeenSet =
true; m_outputs = std::forward<OutputsT>(value); }
134 template<
typename OutputsT = Aws::Vector<Output>>
136 template<
typename OutputsT = Output>
147 template<
typename DataCatalogOutputsT = Aws::Vector<DataCatalogOutput>>
148 void SetDataCatalogOutputs(DataCatalogOutputsT&& value) { m_dataCatalogOutputsHasBeenSet =
true; m_dataCatalogOutputs = std::forward<DataCatalogOutputsT>(value); }
149 template<
typename DataCatalogOutputsT = Aws::Vector<DataCatalogOutput>>
151 template<
typename DataCatalogOutputsT = DataCatalogOutput>
162 template<
typename DatabaseOutputsT = Aws::Vector<DatabaseOutput>>
163 void SetDatabaseOutputs(DatabaseOutputsT&& value) { m_databaseOutputsHasBeenSet =
true; m_databaseOutputs = std::forward<DatabaseOutputsT>(value); }
164 template<
typename DatabaseOutputsT = Aws::Vector<DatabaseOutput>>
166 template<
typename DatabaseOutputsT = DatabaseOutput>
177 template<
typename ProjectNameT = Aws::String>
178 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
179 template<
typename ProjectNameT = Aws::String>
187 template<
typename RecipeReferenceT = RecipeReference>
188 void SetRecipeReference(RecipeReferenceT&& value) { m_recipeReferenceHasBeenSet =
true; m_recipeReference = std::forward<RecipeReferenceT>(value); }
189 template<
typename RecipeReferenceT = RecipeReference>
200 template<
typename RoleArnT = Aws::String>
201 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
202 template<
typename RoleArnT = Aws::String>
212 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
213 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
214 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
216 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
218 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
229 inline void SetTimeout(
int value) { m_timeoutHasBeenSet =
true; m_timeout = value; }
235 bool m_datasetNameHasBeenSet =
false;
238 bool m_encryptionKeyArnHasBeenSet =
false;
241 bool m_encryptionModeHasBeenSet =
false;
244 bool m_nameHasBeenSet =
false;
247 bool m_logSubscriptionHasBeenSet =
false;
249 int m_maxCapacity{0};
250 bool m_maxCapacityHasBeenSet =
false;
253 bool m_maxRetriesHasBeenSet =
false;
256 bool m_outputsHasBeenSet =
false;
259 bool m_dataCatalogOutputsHasBeenSet =
false;
262 bool m_databaseOutputsHasBeenSet =
false;
265 bool m_projectNameHasBeenSet =
false;
267 RecipeReference m_recipeReference;
268 bool m_recipeReferenceHasBeenSet =
false;
271 bool m_roleArnHasBeenSet =
false;
274 bool m_tagsHasBeenSet =
false;
277 bool m_timeoutHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool MaxRetriesHasBeenSet() const
void SetEncryptionKeyArn(EncryptionKeyArnT &&value)
bool LogSubscriptionHasBeenSet() const
void SetLogSubscription(LogSubscription value)
bool TimeoutHasBeenSet() const
CreateRecipeJobRequest & WithDatasetName(DatasetNameT &&value)
EncryptionMode GetEncryptionMode() const
virtual const char * GetServiceRequestName() const override
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetDatasetName() const
void SetDatasetName(DatasetNameT &&value)
CreateRecipeJobRequest & WithName(NameT &&value)
bool OutputsHasBeenSet() const
const Aws::String & GetProjectName() const
const Aws::String & GetEncryptionKeyArn() const
AWS_GLUEDATABREW_API CreateRecipeJobRequest()=default
CreateRecipeJobRequest & WithEncryptionMode(EncryptionMode value)
CreateRecipeJobRequest & AddDatabaseOutputs(DatabaseOutputsT &&value)
CreateRecipeJobRequest & WithMaxRetries(int value)
LogSubscription GetLogSubscription() const
int GetMaxRetries() const
const Aws::Vector< DatabaseOutput > & GetDatabaseOutputs() const
void SetName(NameT &&value)
CreateRecipeJobRequest & WithLogSubscription(LogSubscription value)
bool TagsHasBeenSet() const
void SetEncryptionMode(EncryptionMode value)
CreateRecipeJobRequest & WithDataCatalogOutputs(DataCatalogOutputsT &&value)
CreateRecipeJobRequest & AddDataCatalogOutputs(DataCatalogOutputsT &&value)
bool DatasetNameHasBeenSet() const
void SetProjectName(ProjectNameT &&value)
CreateRecipeJobRequest & WithRecipeReference(RecipeReferenceT &&value)
void SetTags(TagsT &&value)
CreateRecipeJobRequest & WithTags(TagsT &&value)
bool MaxCapacityHasBeenSet() const
bool ProjectNameHasBeenSet() const
CreateRecipeJobRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool EncryptionKeyArnHasBeenSet() const
const Aws::Vector< Output > & GetOutputs() const
CreateRecipeJobRequest & AddOutputs(OutputsT &&value)
AWS_GLUEDATABREW_API Aws::String SerializePayload() const override
int GetMaxCapacity() const
void SetDataCatalogOutputs(DataCatalogOutputsT &&value)
const Aws::String & GetName() const
bool RecipeReferenceHasBeenSet() const
CreateRecipeJobRequest & WithProjectName(ProjectNameT &&value)
const Aws::Vector< DataCatalogOutput > & GetDataCatalogOutputs() const
CreateRecipeJobRequest & WithOutputs(OutputsT &&value)
void SetOutputs(OutputsT &&value)
void SetMaxCapacity(int value)
CreateRecipeJobRequest & WithEncryptionKeyArn(EncryptionKeyArnT &&value)
CreateRecipeJobRequest & WithMaxCapacity(int value)
bool RoleArnHasBeenSet() const
bool DataCatalogOutputsHasBeenSet() const
void SetMaxRetries(int value)
bool NameHasBeenSet() const
void SetRecipeReference(RecipeReferenceT &&value)
bool EncryptionModeHasBeenSet() const
CreateRecipeJobRequest & WithTimeout(int value)
const RecipeReference & GetRecipeReference() const
void SetDatabaseOutputs(DatabaseOutputsT &&value)
CreateRecipeJobRequest & WithDatabaseOutputs(DatabaseOutputsT &&value)
CreateRecipeJobRequest & WithRoleArn(RoleArnT &&value)
bool DatabaseOutputsHasBeenSet() const
void SetTimeout(int value)
const Aws::String & GetRoleArn() const
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