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>
64 m_includedDataHasBeenSet =
true;
65 m_includedData = value;
76 bool m_flowIdentifierHasBeenSet =
false;
77 bool m_includedDataHasBeenSet =
false;
AWS_BEDROCKAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool IncludedDataHasBeenSet() const
GetFlowRequest & WithIncludedData(IncludedData value)
void SetFlowIdentifier(FlowIdentifierT &&value)
AWS_BEDROCKAGENT_API GetFlowRequest()=default
GetFlowRequest & WithFlowIdentifier(FlowIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetIncludedData(IncludedData value)
IncludedData GetIncludedData() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetFlowIdentifier() const
bool FlowIdentifierHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String