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); }
63 inline void SetFlowVersion(
const char* value) { m_flowVersionHasBeenSet =
true; m_flowVersion.assign(value); }
83 bool m_flowIdentifierHasBeenSet =
false;
86 bool m_flowVersionHasBeenSet =
false;
88 bool m_skipResourceInUseCheck;
89 bool m_skipResourceInUseCheckHasBeenSet =
false;
void SetFlowIdentifier(const Aws::String &value)
void SetFlowIdentifier(Aws::String &&value)
bool SkipResourceInUseCheckHasBeenSet() const
void SetFlowVersion(const char *value)
DeleteFlowVersionRequest & WithFlowIdentifier(const char *value)
void SetSkipResourceInUseCheck(bool value)
AWS_BEDROCKAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool GetSkipResourceInUseCheck() const
void SetFlowVersion(Aws::String &&value)
DeleteFlowVersionRequest & WithFlowIdentifier(Aws::String &&value)
DeleteFlowVersionRequest & WithFlowVersion(const Aws::String &value)
const Aws::String & GetFlowIdentifier() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
DeleteFlowVersionRequest & WithFlowVersion(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
AWS_BEDROCKAGENT_API DeleteFlowVersionRequest()
DeleteFlowVersionRequest & WithSkipResourceInUseCheck(bool value)
bool FlowIdentifierHasBeenSet() const
DeleteFlowVersionRequest & WithFlowIdentifier(const Aws::String &value)
bool FlowVersionHasBeenSet() const
const Aws::String & GetFlowVersion() const
void SetFlowIdentifier(const char *value)
DeleteFlowVersionRequest & WithFlowVersion(const char *value)
void SetFlowVersion(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String