7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename LinesT = Aws::Vector<
int>>
43 m_linesHasBeenSet =
true;
44 m_lines = std::forward<LinesT>(value);
46 template <
typename LinesT = Aws::Vector<
int>>
48 SetLines(std::forward<LinesT>(value));
52 m_linesHasBeenSet =
true;
53 m_lines.push_back(value);
59 bool m_linesHasBeenSet =
false;
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API AutomatedReasoningPolicyStatementLocation(Aws::Utils::Json::JsonView jsonValue)
AutomatedReasoningPolicyStatementLocation & AddLines(int value)
bool LinesHasBeenSet() const
AutomatedReasoningPolicyStatementLocation & WithLines(LinesT &&value)
void SetLines(LinesT &&value)
AWS_BEDROCK_API AutomatedReasoningPolicyStatementLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< int > & GetLines() const
AWS_BEDROCK_API AutomatedReasoningPolicyStatementLocation()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue