7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/BedrockDataAutomationRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-data-automation/model/Type.h>
11#include <aws/bedrock-data-automation/model/BlueprintStage.h>
12#include <aws/bedrock-data-automation/model/EncryptionConfiguration.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/bedrock-data-automation/model/Tag.h>
16#include <aws/core/utils/UUID.h>
20namespace BedrockDataAutomation
48 template<
typename Bluepr
intNameT = Aws::String>
49 void SetBlueprintName(BlueprintNameT&& value) { m_blueprintNameHasBeenSet =
true; m_blueprintName = std::forward<BlueprintNameT>(value); }
50 template<
typename Bluepr
intNameT = Aws::String>
58 inline void SetType(
Type value) { m_typeHasBeenSet =
true; m_type = value; }
74 template<
typename SchemaT = Aws::String>
75 void SetSchema(SchemaT&& value) { m_schemaHasBeenSet =
true; m_schema = std::forward<SchemaT>(value); }
76 template<
typename SchemaT = Aws::String>
84 template<
typename ClientTokenT = Aws::String>
85 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
86 template<
typename ClientTokenT = Aws::String>
94 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
95 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
96 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
104 template<
typename TagsT = Aws::Vector<Tag>>
105 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
106 template<
typename TagsT = Aws::Vector<Tag>>
108 template<
typename TagsT = Tag>
114 bool m_blueprintNameHasBeenSet =
false;
117 bool m_typeHasBeenSet =
false;
120 bool m_blueprintStageHasBeenSet =
false;
123 bool m_schemaHasBeenSet =
false;
126 bool m_clientTokenHasBeenSet =
true;
128 EncryptionConfiguration m_encryptionConfiguration;
129 bool m_encryptionConfigurationHasBeenSet =
false;
132 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