AWS SDK for C++

AWS SDK for C++ Version 1.11.820

Loading...
Searching...
No Matches
ServiceSystemAssociatedMetadata.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace resiliencehubv2 {
20namespace Model {
21
28 public:
29 AWS_RESILIENCEHUBV2_API ServiceSystemAssociatedMetadata() = default;
32 AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetSystemName() const { return m_systemName; }
39 inline bool SystemNameHasBeenSet() const { return m_systemNameHasBeenSet; }
40 template <typename SystemNameT = Aws::String>
41 void SetSystemName(SystemNameT&& value) {
42 m_systemNameHasBeenSet = true;
43 m_systemName = std::forward<SystemNameT>(value);
44 }
45 template <typename SystemNameT = Aws::String>
47 SetSystemName(std::forward<SystemNameT>(value));
48 return *this;
49 }
51
53
54 inline const Aws::String& GetSystemArn() const { return m_systemArn; }
55 inline bool SystemArnHasBeenSet() const { return m_systemArnHasBeenSet; }
56 template <typename SystemArnT = Aws::String>
57 void SetSystemArn(SystemArnT&& value) {
58 m_systemArnHasBeenSet = true;
59 m_systemArn = std::forward<SystemArnT>(value);
60 }
61 template <typename SystemArnT = Aws::String>
63 SetSystemArn(std::forward<SystemArnT>(value));
64 return *this;
65 }
67 private:
68 Aws::String m_systemName;
69
70 Aws::String m_systemArn;
71 bool m_systemNameHasBeenSet = false;
72 bool m_systemArnHasBeenSet = false;
73};
74
75} // namespace Model
76} // namespace resiliencehubv2
77} // namespace Aws
ServiceSystemAssociatedMetadata & WithSystemArn(SystemArnT &&value)
AWS_RESILIENCEHUBV2_API ServiceSystemAssociatedMetadata(Aws::Utils::Json::JsonView jsonValue)
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_RESILIENCEHUBV2_API ServiceSystemAssociatedMetadata()=default
AWS_RESILIENCEHUBV2_API ServiceSystemAssociatedMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceSystemAssociatedMetadata & WithSystemName(SystemNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue