7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-data-automation/model/BlueprintStage.h>
22namespace 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>
55 template<
typename Bluepr
intVersionT = Aws::String>
56 void SetBlueprintVersion(BlueprintVersionT&& value) { m_blueprintVersionHasBeenSet =
true; m_blueprintVersion = std::forward<BlueprintVersionT>(value); }
57 template<
typename Bluepr
intVersionT = Aws::String>
71 bool m_blueprintArnHasBeenSet =
false;
74 bool m_blueprintVersionHasBeenSet =
false;
77 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