7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/AgenticRetrieveCitationReference.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockAgentRuntime {
43 m_endIndexHasBeenSet =
true;
58 template <
typename ReferencesT = Aws::Vector<AgenticRetrieveCitationReference>>
60 m_referencesHasBeenSet =
true;
61 m_references = std::forward<ReferencesT>(value);
63 template <
typename ReferencesT = Aws::Vector<AgenticRetrieveCitationReference>>
68 template <
typename ReferencesT = AgenticRetrieveCitationReference>
70 m_referencesHasBeenSet =
true;
71 m_references.emplace_back(std::forward<ReferencesT>(value));
83 m_startIndexHasBeenSet =
true;
97 bool m_endIndexHasBeenSet =
false;
98 bool m_referencesHasBeenSet =
false;
99 bool m_startIndexHasBeenSet =
false;
bool EndIndexHasBeenSet() const
int GetStartIndex() const
void SetReferences(ReferencesT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< AgenticRetrieveCitationReference > & GetReferences() const
AWS_BEDROCKAGENTRUNTIME_API AgenticRetrieveCitation(Aws::Utils::Json::JsonView jsonValue)
void SetStartIndex(int value)
AgenticRetrieveCitation & WithStartIndex(int value)
AWS_BEDROCKAGENTRUNTIME_API AgenticRetrieveCitation & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StartIndexHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API AgenticRetrieveCitation()=default
bool ReferencesHasBeenSet() const
void SetEndIndex(int value)
AgenticRetrieveCitation & WithEndIndex(int value)
AgenticRetrieveCitation & WithReferences(ReferencesT &&value)
AgenticRetrieveCitation & AddReferences(ReferencesT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue