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>
67 bool m_flowIdentifierHasBeenSet =
false;
69 bool m_skipResourceInUseCheck{
false};
70 bool m_skipResourceInUseCheckHasBeenSet =
false;
DeleteFlowRequest & WithSkipResourceInUseCheck(bool value)
void SetFlowIdentifier(FlowIdentifierT &&value)
const Aws::String & GetFlowIdentifier() const
bool GetSkipResourceInUseCheck() const
bool SkipResourceInUseCheckHasBeenSet() const
DeleteFlowRequest & WithFlowIdentifier(FlowIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
AWS_BEDROCKAGENT_API DeleteFlowRequest()=default
bool FlowIdentifierHasBeenSet() const
AWS_BEDROCKAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetSkipResourceInUseCheck(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String