7#include <aws/security-ir/SecurityIR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename EmailT = Aws::String>
47 void SetEmail(EmailT&& value) { m_emailHasBeenSet =
true; m_email = std::forward<EmailT>(value); }
48 template<
typename EmailT = Aws::String>
58 template<
typename NameT = Aws::String>
59 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
60 template<
typename NameT = Aws::String>
70 template<
typename JobTitleT = Aws::String>
71 void SetJobTitle(JobTitleT&& value) { m_jobTitleHasBeenSet =
true; m_jobTitle = std::forward<JobTitleT>(value); }
72 template<
typename JobTitleT = Aws::String>
78 bool m_emailHasBeenSet =
false;
81 bool m_nameHasBeenSet =
false;
84 bool m_jobTitleHasBeenSet =
false;
Watcher & WithJobTitle(JobTitleT &&value)
Watcher & WithEmail(EmailT &&value)
Watcher & WithName(NameT &&value)
bool NameHasBeenSet() const
AWS_SECURITYIR_API Watcher(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYIR_API Watcher & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool EmailHasBeenSet() const
bool JobTitleHasBeenSet() const
AWS_SECURITYIR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
AWS_SECURITYIR_API Watcher()=default
void SetEmail(EmailT &&value)
const Aws::String & GetJobTitle() const
const Aws::String & GetEmail() const
void SetJobTitle(JobTitleT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue