7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/bedrock-agent/model/IncludedData.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
18namespace BedrockAgent {
43 template <
typename FlowIdentifierT = Aws::String>
45 m_flowIdentifierHasBeenSet =
true;
46 m_flowIdentifier = std::forward<FlowIdentifierT>(value);
48 template <
typename FlowIdentifierT = Aws::String>
61 template <
typename FlowVersionT = Aws::String>
63 m_flowVersionHasBeenSet =
true;
64 m_flowVersion = std::forward<FlowVersionT>(value);
66 template <
typename FlowVersionT = Aws::String>
82 m_includedDataHasBeenSet =
true;
83 m_includedData = value;
96 bool m_flowIdentifierHasBeenSet =
false;
97 bool m_flowVersionHasBeenSet =
false;
98 bool m_includedDataHasBeenSet =
false;
AWS_BEDROCKAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetFlowVersionRequest & WithFlowVersion(FlowVersionT &&value)
IncludedData GetIncludedData() const
const Aws::String & GetFlowVersion() const
void SetIncludedData(IncludedData value)
const Aws::String & GetFlowIdentifier() const
bool FlowIdentifierHasBeenSet() const
AWS_BEDROCKAGENT_API GetFlowVersionRequest()=default
bool FlowVersionHasBeenSet() const
void SetFlowIdentifier(FlowIdentifierT &&value)
void SetFlowVersion(FlowVersionT &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
GetFlowVersionRequest & WithIncludedData(IncludedData value)
GetFlowVersionRequest & WithFlowIdentifier(FlowIdentifierT &&value)
bool IncludedDataHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String