7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/BlueprintStage.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockDataAutomation {
39 template <
typename Bluepr
intArnT = Aws::String>
41 m_blueprintArnHasBeenSet =
true;
42 m_blueprintArn = std::forward<BlueprintArnT>(value);
44 template <
typename Bluepr
intArnT = Aws::String>
55 template <
typename Bluepr
intVersionT = Aws::String>
57 m_blueprintVersionHasBeenSet =
true;
58 m_blueprintVersion = std::forward<BlueprintVersionT>(value);
60 template <
typename Bluepr
intVersionT = Aws::String>
72 m_blueprintStageHasBeenSet =
true;
73 m_blueprintStage = value;
86 bool m_blueprintArnHasBeenSet =
false;
87 bool m_blueprintVersionHasBeenSet =
false;
88 bool m_blueprintStageHasBeenSet =
false;
AWS_BEDROCKDATAAUTOMATION_API BlueprintItem()=default
BlueprintItem & WithBlueprintArn(BlueprintArnT &&value)
void SetBlueprintVersion(BlueprintVersionT &&value)
AWS_BEDROCKDATAAUTOMATION_API BlueprintItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBlueprintArn(BlueprintArnT &&value)
void SetBlueprintStage(BlueprintStage value)
const Aws::String & GetBlueprintArn() const
BlueprintItem & WithBlueprintStage(BlueprintStage value)
const Aws::String & GetBlueprintVersion() const
bool BlueprintStageHasBeenSet() const
BlueprintItem & WithBlueprintVersion(BlueprintVersionT &&value)
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
BlueprintStage GetBlueprintStage() const
bool BlueprintVersionHasBeenSet() const
bool BlueprintArnHasBeenSet() const
AWS_BEDROCKDATAAUTOMATION_API BlueprintItem(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue