AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ConfiguredTableAssociationSummary.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace CleanRooms
23{
24namespace Model
25{
26
34 {
35 public:
39 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetConfiguredTableId() const{ return m_configuredTableId; }
48 inline bool ConfiguredTableIdHasBeenSet() const { return m_configuredTableIdHasBeenSet; }
49 inline void SetConfiguredTableId(const Aws::String& value) { m_configuredTableIdHasBeenSet = true; m_configuredTableId = value; }
50 inline void SetConfiguredTableId(Aws::String&& value) { m_configuredTableIdHasBeenSet = true; m_configuredTableId = std::move(value); }
51 inline void SetConfiguredTableId(const char* value) { m_configuredTableIdHasBeenSet = true; m_configuredTableId.assign(value); }
54 inline ConfiguredTableAssociationSummary& WithConfiguredTableId(const char* value) { SetConfiguredTableId(value); return *this;}
56
58
62 inline const Aws::String& GetMembershipId() const{ return m_membershipId; }
63 inline bool MembershipIdHasBeenSet() const { return m_membershipIdHasBeenSet; }
64 inline void SetMembershipId(const Aws::String& value) { m_membershipIdHasBeenSet = true; m_membershipId = value; }
65 inline void SetMembershipId(Aws::String&& value) { m_membershipIdHasBeenSet = true; m_membershipId = std::move(value); }
66 inline void SetMembershipId(const char* value) { m_membershipIdHasBeenSet = true; m_membershipId.assign(value); }
68 inline ConfiguredTableAssociationSummary& WithMembershipId(Aws::String&& value) { SetMembershipId(std::move(value)); return *this;}
69 inline ConfiguredTableAssociationSummary& WithMembershipId(const char* value) { SetMembershipId(value); return *this;}
71
73
77 inline const Aws::String& GetMembershipArn() const{ return m_membershipArn; }
78 inline bool MembershipArnHasBeenSet() const { return m_membershipArnHasBeenSet; }
79 inline void SetMembershipArn(const Aws::String& value) { m_membershipArnHasBeenSet = true; m_membershipArn = value; }
80 inline void SetMembershipArn(Aws::String&& value) { m_membershipArnHasBeenSet = true; m_membershipArn = std::move(value); }
81 inline void SetMembershipArn(const char* value) { m_membershipArnHasBeenSet = true; m_membershipArn.assign(value); }
83 inline ConfiguredTableAssociationSummary& WithMembershipArn(Aws::String&& value) { SetMembershipArn(std::move(value)); return *this;}
84 inline ConfiguredTableAssociationSummary& WithMembershipArn(const char* value) { SetMembershipArn(value); return *this;}
86
88
92 inline const Aws::String& GetName() const{ return m_name; }
93 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
94 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
95 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
96 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
97 inline ConfiguredTableAssociationSummary& WithName(const Aws::String& value) { SetName(value); return *this;}
98 inline ConfiguredTableAssociationSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
99 inline ConfiguredTableAssociationSummary& WithName(const char* value) { SetName(value); return *this;}
101
103
106 inline const Aws::Utils::DateTime& GetCreateTime() const{ return m_createTime; }
107 inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; }
108 inline void SetCreateTime(const Aws::Utils::DateTime& value) { m_createTimeHasBeenSet = true; m_createTime = value; }
109 inline void SetCreateTime(Aws::Utils::DateTime&& value) { m_createTimeHasBeenSet = true; m_createTime = std::move(value); }
111 inline ConfiguredTableAssociationSummary& WithCreateTime(Aws::Utils::DateTime&& value) { SetCreateTime(std::move(value)); return *this;}
113
115
118 inline const Aws::Utils::DateTime& GetUpdateTime() const{ return m_updateTime; }
119 inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; }
120 inline void SetUpdateTime(const Aws::Utils::DateTime& value) { m_updateTimeHasBeenSet = true; m_updateTime = value; }
121 inline void SetUpdateTime(Aws::Utils::DateTime&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::move(value); }
123 inline ConfiguredTableAssociationSummary& WithUpdateTime(Aws::Utils::DateTime&& value) { SetUpdateTime(std::move(value)); return *this;}
125
127
130 inline const Aws::String& GetId() const{ return m_id; }
131 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
132 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
133 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
134 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
135 inline ConfiguredTableAssociationSummary& WithId(const Aws::String& value) { SetId(value); return *this;}
136 inline ConfiguredTableAssociationSummary& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
137 inline ConfiguredTableAssociationSummary& WithId(const char* value) { SetId(value); return *this;}
139
141
144 inline const Aws::String& GetArn() const{ return m_arn; }
145 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
146 inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; }
147 inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); }
148 inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); }
149 inline ConfiguredTableAssociationSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;}
150 inline ConfiguredTableAssociationSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
151 inline ConfiguredTableAssociationSummary& WithArn(const char* value) { SetArn(value); return *this;}
153 private:
154
155 Aws::String m_configuredTableId;
156 bool m_configuredTableIdHasBeenSet = false;
157
158 Aws::String m_membershipId;
159 bool m_membershipIdHasBeenSet = false;
160
161 Aws::String m_membershipArn;
162 bool m_membershipArnHasBeenSet = false;
163
164 Aws::String m_name;
165 bool m_nameHasBeenSet = false;
166
167 Aws::Utils::DateTime m_createTime;
168 bool m_createTimeHasBeenSet = false;
169
170 Aws::Utils::DateTime m_updateTime;
171 bool m_updateTimeHasBeenSet = false;
172
173 Aws::String m_id;
174 bool m_idHasBeenSet = false;
175
176 Aws::String m_arn;
177 bool m_arnHasBeenSet = false;
178 };
179
180} // namespace Model
181} // namespace CleanRooms
182} // namespace Aws
ConfiguredTableAssociationSummary & WithUpdateTime(Aws::Utils::DateTime &&value)
ConfiguredTableAssociationSummary & WithConfiguredTableId(const Aws::String &value)
ConfiguredTableAssociationSummary & WithCreateTime(Aws::Utils::DateTime &&value)
ConfiguredTableAssociationSummary & WithName(Aws::String &&value)
ConfiguredTableAssociationSummary & WithUpdateTime(const Aws::Utils::DateTime &value)
ConfiguredTableAssociationSummary & WithId(const char *value)
ConfiguredTableAssociationSummary & WithId(const Aws::String &value)
ConfiguredTableAssociationSummary & WithMembershipArn(const char *value)
ConfiguredTableAssociationSummary & WithArn(const char *value)
AWS_CLEANROOMS_API ConfiguredTableAssociationSummary(Aws::Utils::Json::JsonView jsonValue)
ConfiguredTableAssociationSummary & WithMembershipId(const Aws::String &value)
ConfiguredTableAssociationSummary & WithName(const char *value)
ConfiguredTableAssociationSummary & WithArn(Aws::String &&value)
ConfiguredTableAssociationSummary & WithConfiguredTableId(const char *value)
ConfiguredTableAssociationSummary & WithMembershipArn(const Aws::String &value)
ConfiguredTableAssociationSummary & WithName(const Aws::String &value)
ConfiguredTableAssociationSummary & WithMembershipId(const char *value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
ConfiguredTableAssociationSummary & WithArn(const Aws::String &value)
ConfiguredTableAssociationSummary & WithMembershipId(Aws::String &&value)
AWS_CLEANROOMS_API ConfiguredTableAssociationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ConfiguredTableAssociationSummary & WithMembershipArn(Aws::String &&value)
ConfiguredTableAssociationSummary & WithConfiguredTableId(Aws::String &&value)
ConfiguredTableAssociationSummary & WithId(Aws::String &&value)
ConfiguredTableAssociationSummary & WithCreateTime(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue