7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace BedrockAgent {
37 template <
typename FlowIdentifierT = Aws::String>
39 m_flowIdentifierHasBeenSet =
true;
40 m_flowIdentifier = std::forward<FlowIdentifierT>(value);
42 template <
typename FlowIdentifierT = Aws::String>
55 template <
typename AliasIdentifierT = Aws::String>
57 m_aliasIdentifierHasBeenSet =
true;
58 m_aliasIdentifier = std::forward<AliasIdentifierT>(value);
60 template <
typename AliasIdentifierT = Aws::String>
70 bool m_flowIdentifierHasBeenSet =
false;
71 bool m_aliasIdentifierHasBeenSet =
false;
AWS_BEDROCKAGENT_API DeleteFlowAliasRequest()=default
virtual const char * GetServiceRequestName() const override
bool AliasIdentifierHasBeenSet() const
void SetAliasIdentifier(AliasIdentifierT &&value)
DeleteFlowAliasRequest & WithAliasIdentifier(AliasIdentifierT &&value)
DeleteFlowAliasRequest & WithFlowIdentifier(FlowIdentifierT &&value)
const Aws::String & GetFlowIdentifier() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
void SetFlowIdentifier(FlowIdentifierT &&value)
bool FlowIdentifierHasBeenSet() const
const Aws::String & GetAliasIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String