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 SetFlowIdentifier(
const char* value) { m_flowIdentifierHasBeenSet =
true; m_flowIdentifier.assign(value); }
51 bool m_flowIdentifierHasBeenSet =
false;
void SetFlowIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetFlowIdentifier() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
bool FlowIdentifierHasBeenSet() const
AWS_BEDROCKAGENT_API PrepareFlowRequest()
PrepareFlowRequest & WithFlowIdentifier(Aws::String &&value)
void SetFlowIdentifier(const char *value)
PrepareFlowRequest & WithFlowIdentifier(const char *value)
void SetFlowIdentifier(const Aws::String &value)
PrepareFlowRequest & WithFlowIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String