7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/auditmanager/model/KeywordInputType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
152 inline void SetKeywordValue(
const char* value) { m_keywordValueHasBeenSet =
true; m_keywordValue.assign(value); }
160 bool m_keywordInputTypeHasBeenSet =
false;
163 bool m_keywordValueHasBeenSet =
false;
void SetKeywordValue(const Aws::String &value)
SourceKeyword & WithKeywordInputType(KeywordInputType &&value)
const Aws::String & GetKeywordValue() const
bool KeywordValueHasBeenSet() const
void SetKeywordValue(Aws::String &&value)
AWS_AUDITMANAGER_API SourceKeyword(Aws::Utils::Json::JsonView jsonValue)
const KeywordInputType & GetKeywordInputType() const
AWS_AUDITMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AUDITMANAGER_API SourceKeyword()
void SetKeywordInputType(KeywordInputType &&value)
bool KeywordInputTypeHasBeenSet() const
SourceKeyword & WithKeywordValue(const Aws::String &value)
SourceKeyword & WithKeywordValue(const char *value)
SourceKeyword & WithKeywordValue(Aws::String &&value)
void SetKeywordInputType(const KeywordInputType &value)
AWS_AUDITMANAGER_API SourceKeyword & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKeywordValue(const char *value)
SourceKeyword & WithKeywordInputType(const KeywordInputType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue