7#include <aws/bedrock-data-automation/BedrockDataAutomationRequest.h>
8#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
17namespace BedrockDataAutomation {
45 template <
typename Bluepr
intArnT = Aws::String>
47 m_blueprintArnHasBeenSet =
true;
48 m_blueprintArn = std::forward<BlueprintArnT>(value);
50 template <
typename Bluepr
intArnT = Aws::String>
63 template <
typename Bluepr
intVersionT = Aws::String>
65 m_blueprintVersionHasBeenSet =
true;
66 m_blueprintVersion = std::forward<BlueprintVersionT>(value);
68 template <
typename Bluepr
intVersionT = Aws::String>
78 bool m_blueprintArnHasBeenSet =
false;
79 bool m_blueprintVersionHasBeenSet =
false;
AWS_BEDROCKDATAAUTOMATION_API Aws::String SerializePayload() const override
const Aws::String & GetBlueprintVersion() const
void SetBlueprintArn(BlueprintArnT &&value)
DeleteBlueprintRequest & WithBlueprintArn(BlueprintArnT &&value)
void SetBlueprintVersion(BlueprintVersionT &&value)
const Aws::String & GetBlueprintArn() const
AWS_BEDROCKDATAAUTOMATION_API DeleteBlueprintRequest()=default
DeleteBlueprintRequest & WithBlueprintVersion(BlueprintVersionT &&value)
AWS_BEDROCKDATAAUTOMATION_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool BlueprintArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool BlueprintVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String