7#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace Route53RecoveryReadiness
47 template<
typename ResourceTypeT = Aws::String>
48 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
49 template<
typename ResourceTypeT = Aws::String>
59 template<
typename RuleDescriptionT = Aws::String>
60 void SetRuleDescription(RuleDescriptionT&& value) { m_ruleDescriptionHasBeenSet =
true; m_ruleDescription = std::forward<RuleDescriptionT>(value); }
61 template<
typename RuleDescriptionT = Aws::String>
71 template<
typename RuleIdT = Aws::String>
72 void SetRuleId(RuleIdT&& value) { m_ruleIdHasBeenSet =
true; m_ruleId = std::forward<RuleIdT>(value); }
73 template<
typename RuleIdT = Aws::String>
79 bool m_resourceTypeHasBeenSet =
false;
82 bool m_ruleDescriptionHasBeenSet =
false;
85 bool m_ruleIdHasBeenSet =
false;
AWS_ROUTE53RECOVERYREADINESS_API ListRulesOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRuleDescription() const
AWS_ROUTE53RECOVERYREADINESS_API ListRulesOutput()=default
const Aws::String & GetRuleId() const
ListRulesOutput & WithRuleId(RuleIdT &&value)
const Aws::String & GetResourceType() const
bool ResourceTypeHasBeenSet() const
ListRulesOutput & WithRuleDescription(RuleDescriptionT &&value)
AWS_ROUTE53RECOVERYREADINESS_API ListRulesOutput(Aws::Utils::Json::JsonView jsonValue)
AWS_ROUTE53RECOVERYREADINESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool RuleDescriptionHasBeenSet() const
void SetResourceType(ResourceTypeT &&value)
void SetRuleDescription(RuleDescriptionT &&value)
bool RuleIdHasBeenSet() const
void SetRuleId(RuleIdT &&value)
ListRulesOutput & WithResourceType(ResourceTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue