7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mailmanager/MailManager_EXPORTS.h>
20namespace MailManager {
42 template <
typename RuleSetIdT = Aws::String>
44 m_ruleSetIdHasBeenSet =
true;
45 m_ruleSetId = std::forward<RuleSetIdT>(value);
47 template <
typename RuleSetIdT = Aws::String>
60 template <
typename RuleSetNameT = Aws::String>
62 m_ruleSetNameHasBeenSet =
true;
63 m_ruleSetName = std::forward<RuleSetNameT>(value);
65 template <
typename RuleSetNameT = Aws::String>
78 template <
typename LastModificationDateT = Aws::Utils::DateTime>
80 m_lastModificationDateHasBeenSet =
true;
81 m_lastModificationDate = std::forward<LastModificationDateT>(value);
83 template <
typename LastModificationDateT = Aws::Utils::DateTime>
95 bool m_ruleSetIdHasBeenSet =
false;
96 bool m_ruleSetNameHasBeenSet =
false;
97 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