7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetFlowIdentifier(
const char* value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier.assign(value); }
69 bool m_flowIdentifierHasBeenSet =
false;
71 bool m_skipResourceInUseCheck;
72 bool m_skipResourceInUseCheckHasBeenSet =
false;
DeleteFlowRequest & WithSkipResourceInUseCheck(bool value)
const Aws::String & GetFlowIdentifier() const
void SetFlowIdentifier(Aws::String &&value)
void SetFlowIdentifier(const Aws::String &value)
bool GetSkipResourceInUseCheck() const
bool SkipResourceInUseCheckHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_BEDROCKAGENT_API DeleteFlowRequest()
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
DeleteFlowRequest & WithFlowIdentifier(const Aws::String &value)
DeleteFlowRequest & WithFlowIdentifier(Aws::String &&value)
DeleteFlowRequest & WithFlowIdentifier(const char *value)
void SetFlowIdentifier(const char *value)
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