7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/xray/model/IndexingRuleValue.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename ModifiedAtT = Aws::Utils::DateTime>
63 void SetModifiedAt(ModifiedAtT&& value) { m_modifiedAtHasBeenSet =
true; m_modifiedAt = std::forward<ModifiedAtT>(value); }
64 template<
typename ModifiedAtT = Aws::Utils::DateTime>
74 template<
typename RuleT = IndexingRuleValue>
75 void SetRule(RuleT&& value) { m_ruleHasBeenSet =
true; m_rule = std::forward<RuleT>(value); }
76 template<
typename RuleT = IndexingRuleValue>
82 bool m_nameHasBeenSet =
false;
85 bool m_modifiedAtHasBeenSet =
false;
87 IndexingRuleValue m_rule;
88 bool m_ruleHasBeenSet =
false;
bool ModifiedAtHasBeenSet() const
void SetName(NameT &&value)
const IndexingRuleValue & GetRule() const
AWS_XRAY_API IndexingRule(Aws::Utils::Json::JsonView jsonValue)
AWS_XRAY_API IndexingRule()=default
const Aws::String & GetName() const
bool RuleHasBeenSet() const
void SetModifiedAt(ModifiedAtT &&value)
void SetRule(RuleT &&value)
AWS_XRAY_API IndexingRule & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetModifiedAt() const
IndexingRule & WithModifiedAt(ModifiedAtT &&value)
IndexingRule & WithRule(RuleT &&value)
IndexingRule & WithName(NameT &&value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue