7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/auditmanager/model/Control.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace AuditManager {
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
79 template <
typename ControlsT = Aws::Vector<Control>>
81 m_controlsHasBeenSet =
true;
82 m_controls = std::forward<ControlsT>(value);
84 template <
typename ControlsT = Aws::Vector<Control>>
89 template <
typename ControlsT = Control>
91 m_controlsHasBeenSet =
true;
92 m_controls.emplace_back(std::forward<ControlsT>(value));
102 bool m_idHasBeenSet =
false;
103 bool m_nameHasBeenSet =
false;
104 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