7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
19namespace Route53RecoveryReadiness {
41 template <
typename ResourceTypeT = Aws::String>
43 m_resourceTypeHasBeenSet =
true;
44 m_resourceType = std::forward<ResourceTypeT>(value);
46 template <
typename ResourceTypeT = Aws::String>
59 template <
typename RuleDescriptionT = Aws::String>
61 m_ruleDescriptionHasBeenSet =
true;
62 m_ruleDescription = std::forward<RuleDescriptionT>(value);
64 template <
typename RuleDescriptionT = Aws::String>
77 template <
typename RuleIdT = Aws::String>
79 m_ruleIdHasBeenSet =
true;
80 m_ruleId = std::forward<RuleIdT>(value);
82 template <
typename RuleIdT = Aws::String>
94 bool m_resourceTypeHasBeenSet =
false;
95 bool m_ruleDescriptionHasBeenSet =
false;
96 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