7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/AutomatedReasoningPolicyBuildLogEntry.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename EntriesT = Aws::Vector<AutomatedReasoningPolicyBuildLogEntry>>
46 m_entriesHasBeenSet =
true;
47 m_entries = std::forward<EntriesT>(value);
49 template <
typename EntriesT = Aws::Vector<AutomatedReasoningPolicyBuildLogEntry>>
54 template <
typename EntriesT = AutomatedReasoningPolicyBuildLogEntry>
56 m_entriesHasBeenSet =
true;
57 m_entries.emplace_back(std::forward<EntriesT>(value));
63 bool m_entriesHasBeenSet =
false;
AWS_BEDROCK_API AutomatedReasoningPolicyBuildLog(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEntries(EntriesT &&value)
const Aws::Vector< AutomatedReasoningPolicyBuildLogEntry > & GetEntries() const
AutomatedReasoningPolicyBuildLog & AddEntries(EntriesT &&value)
AutomatedReasoningPolicyBuildLog & WithEntries(EntriesT &&value)
AWS_BEDROCK_API AutomatedReasoningPolicyBuildLog()=default
bool EntriesHasBeenSet() const
AWS_BEDROCK_API AutomatedReasoningPolicyBuildLog & operator=(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue