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/BlueprintStage.h>
11#include <aws/bedrock-data-automation/model/EncryptionConfiguration.h>
16namespace BedrockDataAutomation
46 template<
typename Bluepr
intArnT = Aws::String>
47 void SetBlueprintArn(BlueprintArnT&& value) { m_blueprintArnHasBeenSet =
true; m_blueprintArn = std::forward<BlueprintArnT>(value); }
48 template<
typename Bluepr
intArnT = Aws::String>
56 template<
typename SchemaT = Aws::String>
57 void SetSchema(SchemaT&& value) { m_schemaHasBeenSet =
true; m_schema = std::forward<SchemaT>(value); }
58 template<
typename SchemaT = Aws::String>
74 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
75 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
76 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
82 bool m_blueprintArnHasBeenSet =
false;
85 bool m_schemaHasBeenSet =
false;
88 bool m_blueprintStageHasBeenSet =
false;
90 EncryptionConfiguration m_encryptionConfiguration;
91 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