7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-agent-runtime/model/BedrockSessionContentBlock.h>
22namespace BedrockAgentRuntime
48 template<
typename ContentBlocksT = Aws::Vector<BedrockSessionContentBlock>>
49 void SetContentBlocks(ContentBlocksT&& value) { m_contentBlocksHasBeenSet =
true; m_contentBlocks = std::forward<ContentBlocksT>(value); }
50 template<
typename ContentBlocksT = Aws::Vector<BedrockSessionContentBlock>>
52 template<
typename ContentBlocksT = BedrockSessionContentBlock>
58 bool m_contentBlocksHasBeenSet =
false;
InvocationStepPayload & AddContentBlocks(ContentBlocksT &&value)
AWS_BEDROCKAGENTRUNTIME_API InvocationStepPayload()=default
const Aws::Vector< BedrockSessionContentBlock > & GetContentBlocks() const
AWS_BEDROCKAGENTRUNTIME_API InvocationStepPayload(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API InvocationStepPayload & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContentBlocks(ContentBlocksT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
InvocationStepPayload & WithContentBlocks(ContentBlocksT &&value)
bool ContentBlocksHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue