7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetAliasIdentifier(
const char* value) { m_aliasIdentifierHasBeenSet =
true; m_aliasIdentifier.assign(value); }
57 inline void SetFlowIdentifier(
const char* value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier.assign(value); }
65 bool m_aliasIdentifierHasBeenSet =
false;
68 bool m_flowIdentifierHasBeenSet =
false;
void SetAliasIdentifier(const char *value)
DeleteFlowAliasRequest & WithFlowIdentifier(const char *value)
DeleteFlowAliasRequest & WithAliasIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
bool AliasIdentifierHasBeenSet() const
DeleteFlowAliasRequest & WithFlowIdentifier(const Aws::String &value)
void SetAliasIdentifier(const Aws::String &value)
void SetFlowIdentifier(const char *value)
DeleteFlowAliasRequest & WithAliasIdentifier(Aws::String &&value)
const Aws::String & GetFlowIdentifier() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
bool FlowIdentifierHasBeenSet() const
const Aws::String & GetAliasIdentifier() const
AWS_BEDROCKAGENT_API DeleteFlowAliasRequest()
void SetFlowIdentifier(const Aws::String &value)
void SetFlowIdentifier(Aws::String &&value)
void SetAliasIdentifier(Aws::String &&value)
DeleteFlowAliasRequest & WithAliasIdentifier(const Aws::String &value)
DeleteFlowAliasRequest & WithFlowIdentifier(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String