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/core/utils/memory/stl/AWSString.h>
16namespace BedrockDataAutomation {
42 template <
typename Bluepr
intArnT = Aws::String>
44 m_blueprintArnHasBeenSet =
true;
45 m_blueprintArn = std::forward<BlueprintArnT>(value);
47 template <
typename Bluepr
intArnT = Aws::String>
58 template <
typename SchemaT = Aws::String>
60 m_schemaHasBeenSet =
true;
61 m_schema = std::forward<SchemaT>(value);
63 template <
typename SchemaT = Aws::String>
75 m_blueprintStageHasBeenSet =
true;
76 m_blueprintStage = value;
88 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
90 m_encryptionConfigurationHasBeenSet =
true;
91 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
93 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
106 EncryptionConfiguration m_encryptionConfiguration;
107 bool m_blueprintArnHasBeenSet =
false;
108 bool m_schemaHasBeenSet =
false;
109 bool m_blueprintStageHasBeenSet =
false;
110 bool m_encryptionConfigurationHasBeenSet =
false;
void SetSchema(SchemaT &&value)
bool EncryptionConfigurationHasBeenSet() const
const EncryptionConfiguration & GetEncryptionConfiguration() const
void SetBlueprintStage(BlueprintStage value)
bool BlueprintStageHasBeenSet() const
AWS_BEDROCKDATAAUTOMATION_API UpdateBlueprintRequest()=default
UpdateBlueprintRequest & WithBlueprintStage(BlueprintStage value)
AWS_BEDROCKDATAAUTOMATION_API Aws::String SerializePayload() const override
bool SchemaHasBeenSet() const
UpdateBlueprintRequest & WithBlueprintArn(BlueprintArnT &&value)
const Aws::String & GetSchema() const
void SetBlueprintArn(BlueprintArnT &&value)
const Aws::String & GetBlueprintArn() const
virtual const char * GetServiceRequestName() const override
UpdateBlueprintRequest & WithSchema(SchemaT &&value)
bool BlueprintArnHasBeenSet() const
UpdateBlueprintRequest & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
BlueprintStage GetBlueprintStage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String