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); }
57 inline void SetFlowVersion(
const char* value) { m_flowVersionHasBeenSet =
true; m_flowVersion.assign(value); }
65 bool m_flowIdentifierHasBeenSet =
false;
68 bool m_flowVersionHasBeenSet =
false;
void SetFlowVersion(const Aws::String &value)
GetFlowVersionRequest & WithFlowIdentifier(const char *value)
void SetFlowVersion(Aws::String &&value)
GetFlowVersionRequest & WithFlowVersion(Aws::String &&value)
GetFlowVersionRequest & WithFlowIdentifier(Aws::String &&value)
const Aws::String & GetFlowVersion() const
const Aws::String & GetFlowIdentifier() const
void SetFlowIdentifier(const char *value)
void SetFlowIdentifier(const Aws::String &value)
bool FlowIdentifierHasBeenSet() const
bool FlowVersionHasBeenSet() const
void SetFlowVersion(const char *value)
void SetFlowIdentifier(Aws::String &&value)
GetFlowVersionRequest & WithFlowVersion(const Aws::String &value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
AWS_BEDROCKAGENT_API GetFlowVersionRequest()
GetFlowVersionRequest & WithFlowIdentifier(const Aws::String &value)
GetFlowVersionRequest & WithFlowVersion(const char *value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String