7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
9#include <aws/macie2/model/JobScopeTerm.h>
45 template <
typename AndT = Aws::Vector<JobScopeTerm>>
47 m_andHasBeenSet =
true;
48 m_and = std::forward<AndT>(value);
50 template <
typename AndT = Aws::Vector<JobScopeTerm>>
52 SetAnd(std::forward<AndT>(value));
55 template <
typename AndT = JobScopeTerm>
57 m_andHasBeenSet =
true;
58 m_and.emplace_back(std::forward<AndT>(value));
64 bool m_andHasBeenSet =
false;
AWS_MACIE2_API JobScopingBlock & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API JobScopingBlock()=default
JobScopingBlock & WithAnd(AndT &&value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
JobScopingBlock & AddAnd(AndT &&value)
void SetAnd(AndT &&value)
const Aws::Vector< JobScopeTerm > & GetAnd() const
AWS_MACIE2_API JobScopingBlock(Aws::Utils::Json::JsonView jsonValue)
bool AndHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue