7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename AliasIdentifierT = Aws::String>
42 void SetAliasIdentifier(AliasIdentifierT&& value) { m_aliasIdentifierHasBeenSet =
true; m_aliasIdentifier = std::forward<AliasIdentifierT>(value); }
43 template<
typename AliasIdentifierT = Aws::String>
53 template<
typename FlowIdentifierT = Aws::String>
54 void SetFlowIdentifier(FlowIdentifierT&& value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier = std::forward<FlowIdentifierT>(value); }
55 template<
typename FlowIdentifierT = Aws::String>
61 bool m_aliasIdentifierHasBeenSet =
false;
64 bool m_flowIdentifierHasBeenSet =
false;
void SetFlowIdentifier(FlowIdentifierT &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
GetFlowAliasRequest & WithFlowIdentifier(FlowIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
AWS_BEDROCKAGENT_API GetFlowAliasRequest()=default
bool AliasIdentifierHasBeenSet() const
const Aws::String & GetFlowIdentifier() const
bool FlowIdentifierHasBeenSet() const
const Aws::String & GetAliasIdentifier() const
GetFlowAliasRequest & WithAliasIdentifier(AliasIdentifierT &&value)
void SetAliasIdentifier(AliasIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String