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/core/utils/memory/stl/AWSString.h>
15namespace BedrockDataAutomation {
41 template <
typename Bluepr
intArnT = Aws::String>
43 m_blueprintArnHasBeenSet =
true;
44 m_blueprintArn = std::forward<BlueprintArnT>(value);
46 template <
typename Bluepr
intArnT = Aws::String>
59 template <
typename Bluepr
intVersionT = Aws::String>
61 m_blueprintVersionHasBeenSet =
true;
62 m_blueprintVersion = std::forward<BlueprintVersionT>(value);
64 template <
typename Bluepr
intVersionT = Aws::String>
78 m_blueprintStageHasBeenSet =
true;
79 m_blueprintStage = value;
92 bool m_blueprintArnHasBeenSet =
false;
93 bool m_blueprintVersionHasBeenSet =
false;
94 bool m_blueprintStageHasBeenSet =
false;
void SetBlueprintArn(BlueprintArnT &&value)
AWS_BEDROCKDATAAUTOMATION_API Aws::String SerializePayload() const override
bool BlueprintArnHasBeenSet() const
BlueprintStage GetBlueprintStage() const
const Aws::String & GetBlueprintVersion() const
GetBlueprintRequest & WithBlueprintArn(BlueprintArnT &&value)
virtual const char * GetServiceRequestName() const override
void SetBlueprintVersion(BlueprintVersionT &&value)
GetBlueprintRequest & WithBlueprintStage(BlueprintStage value)
bool BlueprintVersionHasBeenSet() const
void SetBlueprintStage(BlueprintStage value)
bool BlueprintStageHasBeenSet() const
const Aws::String & GetBlueprintArn() const
GetBlueprintRequest & WithBlueprintVersion(BlueprintVersionT &&value)
AWS_BEDROCKDATAAUTOMATION_API GetBlueprintRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String