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>
15namespace BedrockDataAutomation
45 template<
typename Bluepr
intArnT = Aws::String>
46 void SetBlueprintArn(BlueprintArnT&& value) { m_blueprintArnHasBeenSet =
true; m_blueprintArn = std::forward<BlueprintArnT>(value); }
47 template<
typename Bluepr
intArnT = Aws::String>
57 template<
typename Bluepr
intVersionT = Aws::String>
58 void SetBlueprintVersion(BlueprintVersionT&& value) { m_blueprintVersionHasBeenSet =
true; m_blueprintVersion = std::forward<BlueprintVersionT>(value); }
59 template<
typename Bluepr
intVersionT = Aws::String>
75 bool m_blueprintArnHasBeenSet =
false;
78 bool m_blueprintVersionHasBeenSet =
false;
81 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