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 {
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>
60 m_stageHasBeenSet =
true;
72 bool m_blueprintArnHasBeenSet =
false;
73 bool m_stageHasBeenSet =
false;
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
BlueprintStage GetStage() const
void SetStage(BlueprintStage value)
void SetBlueprintArn(BlueprintArnT &&value)
AWS_BEDROCKDATAAUTOMATION_API BlueprintOptimizationObject & operator=(Aws::Utils::Json::JsonView jsonValue)
BlueprintOptimizationObject & WithStage(BlueprintStage value)
AWS_BEDROCKDATAAUTOMATION_API BlueprintOptimizationObject()=default
BlueprintOptimizationObject & WithBlueprintArn(BlueprintArnT &&value)
const Aws::String & GetBlueprintArn() const
bool BlueprintArnHasBeenSet() const
bool StageHasBeenSet() const
AWS_BEDROCKDATAAUTOMATION_API BlueprintOptimizationObject(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue