7#include <aws/mailmanager/MailManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename RuleSetIdT = Aws::String>
49 void SetRuleSetId(RuleSetIdT&& value) { m_ruleSetIdHasBeenSet =
true; m_ruleSetId = std::forward<RuleSetIdT>(value); }
50 template<
typename RuleSetIdT = Aws::String>
60 template<
typename RuleSetNameT = Aws::String>
61 void SetRuleSetName(RuleSetNameT&& value) { m_ruleSetNameHasBeenSet =
true; m_ruleSetName = std::forward<RuleSetNameT>(value); }
62 template<
typename RuleSetNameT = Aws::String>
72 template<
typename LastModificationDateT = Aws::Utils::DateTime>
73 void SetLastModificationDate(LastModificationDateT&& value) { m_lastModificationDateHasBeenSet =
true; m_lastModificationDate = std::forward<LastModificationDateT>(value); }
74 template<
typename LastModificationDateT = Aws::Utils::DateTime>
80 bool m_ruleSetIdHasBeenSet =
false;
83 bool m_ruleSetNameHasBeenSet =
false;
86 bool m_lastModificationDateHasBeenSet =
false;
RuleSet & WithRuleSetId(RuleSetIdT &&value)
const Aws::String & GetRuleSetId() const
bool RuleSetIdHasBeenSet() const
AWS_MAILMANAGER_API RuleSet()=default
void SetRuleSetName(RuleSetNameT &&value)
void SetRuleSetId(RuleSetIdT &&value)
AWS_MAILMANAGER_API RuleSet & operator=(Aws::Utils::Json::JsonView jsonValue)
RuleSet & WithRuleSetName(RuleSetNameT &&value)
void SetLastModificationDate(LastModificationDateT &&value)
AWS_MAILMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetLastModificationDate() const
AWS_MAILMANAGER_API RuleSet(Aws::Utils::Json::JsonView jsonValue)
RuleSet & WithLastModificationDate(LastModificationDateT &&value)
const Aws::String & GetRuleSetName() const
bool LastModificationDateHasBeenSet() const
bool RuleSetNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue