7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename FlowIdentifierT = Aws::String>
48 void SetFlowIdentifier(FlowIdentifierT&& value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier = std::forward<FlowIdentifierT>(value); }
49 template<
typename FlowIdentifierT = Aws::String>
59 template<
typename FlowVersionT = Aws::String>
60 void SetFlowVersion(FlowVersionT&& value) { m_flowVersionHasBeenSet =
true; m_flowVersion = std::forward<FlowVersionT>(value); }
61 template<
typename FlowVersionT = Aws::String>
79 bool m_flowIdentifierHasBeenSet =
false;
82 bool m_flowVersionHasBeenSet =
false;
84 bool m_skipResourceInUseCheck{
false};
85 bool m_skipResourceInUseCheckHasBeenSet =
false;
AWS_BEDROCKAGENT_API DeleteFlowVersionRequest()=default
bool SkipResourceInUseCheckHasBeenSet() const
void SetSkipResourceInUseCheck(bool value)
void SetFlowVersion(FlowVersionT &&value)
AWS_BEDROCKAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool GetSkipResourceInUseCheck() const
const Aws::String & GetFlowIdentifier() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DeleteFlowVersionRequest & WithSkipResourceInUseCheck(bool value)
bool FlowIdentifierHasBeenSet() const
DeleteFlowVersionRequest & WithFlowIdentifier(FlowIdentifierT &&value)
void SetFlowIdentifier(FlowIdentifierT &&value)
DeleteFlowVersionRequest & WithFlowVersion(FlowVersionT &&value)
bool FlowVersionHasBeenSet() const
const Aws::String & GetFlowVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String