7#include <aws/bedrock-data-automation/BedrockDataAutomationRequest.h>
8#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
9#include <aws/bedrock-data-automation/model/BlueprintStage.h>
10#include <aws/bedrock-data-automation/model/EncryptionConfiguration.h>
11#include <aws/bedrock-data-automation/model/Tag.h>
12#include <aws/bedrock-data-automation/model/Type.h>
13#include <aws/core/utils/UUID.h>
14#include <aws/core/utils/memory/stl/AWSString.h>
15#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockDataAutomation {
44 template <
typename Bluepr
intNameT = Aws::String>
46 m_blueprintNameHasBeenSet =
true;
47 m_blueprintName = std::forward<BlueprintNameT>(value);
49 template <
typename Bluepr
intNameT = Aws::String>
61 m_typeHasBeenSet =
true;
75 m_blueprintStageHasBeenSet =
true;
76 m_blueprintStage = value;
88 template <
typename SchemaT = Aws::String>
90 m_schemaHasBeenSet =
true;
91 m_schema = std::forward<SchemaT>(value);
93 template <
typename SchemaT = Aws::String>
104 template <
typename ClientTokenT = Aws::String>
106 m_clientTokenHasBeenSet =
true;
107 m_clientToken = std::forward<ClientTokenT>(value);
109 template <
typename ClientTokenT = Aws::String>
120 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
122 m_encryptionConfigurationHasBeenSet =
true;
123 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
125 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
136 template <
typename TagsT = Aws::Vector<Tag>>
138 m_tagsHasBeenSet =
true;
139 m_tags = std::forward<TagsT>(value);
141 template <
typename TagsT = Aws::Vector<Tag>>
143 SetTags(std::forward<TagsT>(value));
146 template <
typename TagsT = Tag>
148 m_tagsHasBeenSet =
true;
149 m_tags.emplace_back(std::forward<TagsT>(value));
164 EncryptionConfiguration m_encryptionConfiguration;
167 bool m_blueprintNameHasBeenSet =
false;
168 bool m_typeHasBeenSet =
false;
169 bool m_blueprintStageHasBeenSet =
false;
170 bool m_schemaHasBeenSet =
false;
171 bool m_clientTokenHasBeenSet =
true;
172 bool m_encryptionConfigurationHasBeenSet =
false;
173 bool m_tagsHasBeenSet =
false;
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
bool TagsHasBeenSet() const
bool BlueprintNameHasBeenSet() const
const Aws::String & GetClientToken() const
CreateBlueprintRequest & AddTags(TagsT &&value)
BlueprintStage GetBlueprintStage() const
void SetBlueprintName(BlueprintNameT &&value)
CreateBlueprintRequest & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
AWS_BEDROCKDATAAUTOMATION_API Aws::String SerializePayload() const override
CreateBlueprintRequest & WithClientToken(ClientTokenT &&value)
bool SchemaHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const EncryptionConfiguration & GetEncryptionConfiguration() const
bool BlueprintStageHasBeenSet() const
void SetTags(TagsT &&value)
void SetBlueprintStage(BlueprintStage value)
CreateBlueprintRequest & WithSchema(SchemaT &&value)
CreateBlueprintRequest & WithType(Type value)
CreateBlueprintRequest & WithBlueprintStage(BlueprintStage value)
bool EncryptionConfigurationHasBeenSet() const
bool ClientTokenHasBeenSet() const
AWS_BEDROCKDATAAUTOMATION_API CreateBlueprintRequest()=default
const Aws::String & GetSchema() const
bool TypeHasBeenSet() const
CreateBlueprintRequest & WithBlueprintName(BlueprintNameT &&value)
const Aws::Vector< Tag > & GetTags() const
void SetSchema(SchemaT &&value)
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetBlueprintName() const
CreateBlueprintRequest & WithTags(TagsT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector