AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListRulesOutput.h
1
6#pragma once
7#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Route53RecoveryReadiness
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_ROUTE53RECOVERYREADINESS_API ListRulesOutput();
36 AWS_ROUTE53RECOVERYREADINESS_API ListRulesOutput(Aws::Utils::Json::JsonView jsonValue);
37 AWS_ROUTE53RECOVERYREADINESS_API ListRulesOutput& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_ROUTE53RECOVERYREADINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetResourceType() const{ return m_resourceType; }
46 inline bool ResourceTypeHasBeenSet() const { return m_resourceTypeHasBeenSet; }
47 inline void SetResourceType(const Aws::String& value) { m_resourceTypeHasBeenSet = true; m_resourceType = value; }
48 inline void SetResourceType(Aws::String&& value) { m_resourceTypeHasBeenSet = true; m_resourceType = std::move(value); }
49 inline void SetResourceType(const char* value) { m_resourceTypeHasBeenSet = true; m_resourceType.assign(value); }
50 inline ListRulesOutput& WithResourceType(const Aws::String& value) { SetResourceType(value); return *this;}
51 inline ListRulesOutput& WithResourceType(Aws::String&& value) { SetResourceType(std::move(value)); return *this;}
52 inline ListRulesOutput& WithResourceType(const char* value) { SetResourceType(value); return *this;}
54
56
59 inline const Aws::String& GetRuleDescription() const{ return m_ruleDescription; }
60 inline bool RuleDescriptionHasBeenSet() const { return m_ruleDescriptionHasBeenSet; }
61 inline void SetRuleDescription(const Aws::String& value) { m_ruleDescriptionHasBeenSet = true; m_ruleDescription = value; }
62 inline void SetRuleDescription(Aws::String&& value) { m_ruleDescriptionHasBeenSet = true; m_ruleDescription = std::move(value); }
63 inline void SetRuleDescription(const char* value) { m_ruleDescriptionHasBeenSet = true; m_ruleDescription.assign(value); }
64 inline ListRulesOutput& WithRuleDescription(const Aws::String& value) { SetRuleDescription(value); return *this;}
65 inline ListRulesOutput& WithRuleDescription(Aws::String&& value) { SetRuleDescription(std::move(value)); return *this;}
66 inline ListRulesOutput& WithRuleDescription(const char* value) { SetRuleDescription(value); return *this;}
68
70
73 inline const Aws::String& GetRuleId() const{ return m_ruleId; }
74 inline bool RuleIdHasBeenSet() const { return m_ruleIdHasBeenSet; }
75 inline void SetRuleId(const Aws::String& value) { m_ruleIdHasBeenSet = true; m_ruleId = value; }
76 inline void SetRuleId(Aws::String&& value) { m_ruleIdHasBeenSet = true; m_ruleId = std::move(value); }
77 inline void SetRuleId(const char* value) { m_ruleIdHasBeenSet = true; m_ruleId.assign(value); }
78 inline ListRulesOutput& WithRuleId(const Aws::String& value) { SetRuleId(value); return *this;}
79 inline ListRulesOutput& WithRuleId(Aws::String&& value) { SetRuleId(std::move(value)); return *this;}
80 inline ListRulesOutput& WithRuleId(const char* value) { SetRuleId(value); return *this;}
82 private:
83
84 Aws::String m_resourceType;
85 bool m_resourceTypeHasBeenSet = false;
86
87 Aws::String m_ruleDescription;
88 bool m_ruleDescriptionHasBeenSet = false;
89
90 Aws::String m_ruleId;
91 bool m_ruleIdHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace Route53RecoveryReadiness
96} // namespace Aws
AWS_ROUTE53RECOVERYREADINESS_API ListRulesOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
ListRulesOutput & WithRuleDescription(Aws::String &&value)
ListRulesOutput & WithResourceType(Aws::String &&value)
ListRulesOutput & WithRuleId(Aws::String &&value)
ListRulesOutput & WithRuleDescription(const Aws::String &value)
ListRulesOutput & WithRuleId(const Aws::String &value)
AWS_ROUTE53RECOVERYREADINESS_API ListRulesOutput(Aws::Utils::Json::JsonView jsonValue)
AWS_ROUTE53RECOVERYREADINESS_API Aws::Utils::Json::JsonValue Jsonize() const
ListRulesOutput & WithRuleDescription(const char *value)
ListRulesOutput & WithResourceType(const Aws::String &value)
ListRulesOutput & WithResourceType(const char *value)
ListRulesOutput & WithRuleId(const char *value)
AWS_ROUTE53RECOVERYREADINESS_API ListRulesOutput()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue