7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/macie2/model/JobScopeTerm.h>
51 template<
typename AndT = Aws::Vector<JobScopeTerm>>
52 void SetAnd(AndT&& value) { m_andHasBeenSet =
true; m_and = std::forward<AndT>(value); }
53 template<
typename AndT = Aws::Vector<JobScopeTerm>>
55 template<
typename AndT = JobScopeTerm>
56 JobScopingBlock&
AddAnd(AndT&& value) { m_andHasBeenSet =
true; m_and.emplace_back(std::forward<AndT>(value));
return *
this; }
61 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