7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/auditmanager/model/Control.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
73 template<
typename ControlsT = Aws::Vector<Control>>
74 void SetControls(ControlsT&& value) { m_controlsHasBeenSet =
true; m_controls = std::forward<ControlsT>(value); }
75 template<
typename ControlsT = Aws::Vector<Control>>
77 template<
typename ControlsT = Control>
78 ControlSet&
AddControls(ControlsT&& value) { m_controlsHasBeenSet =
true; m_controls.emplace_back(std::forward<ControlsT>(value));
return *
this; }
83 bool m_idHasBeenSet =
false;
86 bool m_nameHasBeenSet =
false;
89 bool m_controlsHasBeenSet =
false;
const Aws::String & GetName() const
bool IdHasBeenSet() const
const Aws::String & GetId() const
AWS_AUDITMANAGER_API ControlSet()=default
bool ControlsHasBeenSet() const
ControlSet & WithName(NameT &&value)
AWS_AUDITMANAGER_API ControlSet & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AUDITMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetControls(ControlsT &&value)
void SetName(NameT &&value)
AWS_AUDITMANAGER_API ControlSet(Aws::Utils::Json::JsonView jsonValue)
ControlSet & WithControls(ControlsT &&value)
const Aws::Vector< Control > & GetControls() const
ControlSet & WithId(IdT &&value)
ControlSet & AddControls(ControlsT &&value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue