AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
ServiceQuotaExceededException.h
Go to the documentation of this file.
1
6#pragma once
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 Panorama
22{
23namespace Model
24{
25
32 {
33 public:
38
39
40
41 inline const Aws::String& GetMessage() const{ return m_message; }
42
43
44 inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; }
45
46
47 inline void SetMessage(const Aws::String& value) { m_messageHasBeenSet = true; m_message = value; }
48
49
50 inline void SetMessage(Aws::String&& value) { m_messageHasBeenSet = true; m_message = std::move(value); }
51
52
53 inline void SetMessage(const char* value) { m_messageHasBeenSet = true; m_message.assign(value); }
54
55
56 inline ServiceQuotaExceededException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;}
57
58
59 inline ServiceQuotaExceededException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *this;}
60
61
62 inline ServiceQuotaExceededException& WithMessage(const char* value) { SetMessage(value); return *this;}
63
64
68 inline const Aws::String& GetQuotaCode() const{ return m_quotaCode; }
69
73 inline bool QuotaCodeHasBeenSet() const { return m_quotaCodeHasBeenSet; }
74
78 inline void SetQuotaCode(const Aws::String& value) { m_quotaCodeHasBeenSet = true; m_quotaCode = value; }
79
83 inline void SetQuotaCode(Aws::String&& value) { m_quotaCodeHasBeenSet = true; m_quotaCode = std::move(value); }
84
88 inline void SetQuotaCode(const char* value) { m_quotaCodeHasBeenSet = true; m_quotaCode.assign(value); }
89
93 inline ServiceQuotaExceededException& WithQuotaCode(const Aws::String& value) { SetQuotaCode(value); return *this;}
94
98 inline ServiceQuotaExceededException& WithQuotaCode(Aws::String&& value) { SetQuotaCode(std::move(value)); return *this;}
99
103 inline ServiceQuotaExceededException& WithQuotaCode(const char* value) { SetQuotaCode(value); return *this;}
104
105
109 inline const Aws::String& GetResourceId() const{ return m_resourceId; }
110
114 inline bool ResourceIdHasBeenSet() const { return m_resourceIdHasBeenSet; }
115
119 inline void SetResourceId(const Aws::String& value) { m_resourceIdHasBeenSet = true; m_resourceId = value; }
120
124 inline void SetResourceId(Aws::String&& value) { m_resourceIdHasBeenSet = true; m_resourceId = std::move(value); }
125
129 inline void SetResourceId(const char* value) { m_resourceIdHasBeenSet = true; m_resourceId.assign(value); }
130
134 inline ServiceQuotaExceededException& WithResourceId(const Aws::String& value) { SetResourceId(value); return *this;}
135
139 inline ServiceQuotaExceededException& WithResourceId(Aws::String&& value) { SetResourceId(std::move(value)); return *this;}
140
144 inline ServiceQuotaExceededException& WithResourceId(const char* value) { SetResourceId(value); return *this;}
145
146
150 inline const Aws::String& GetResourceType() const{ return m_resourceType; }
151
155 inline bool ResourceTypeHasBeenSet() const { return m_resourceTypeHasBeenSet; }
156
160 inline void SetResourceType(const Aws::String& value) { m_resourceTypeHasBeenSet = true; m_resourceType = value; }
161
165 inline void SetResourceType(Aws::String&& value) { m_resourceTypeHasBeenSet = true; m_resourceType = std::move(value); }
166
170 inline void SetResourceType(const char* value) { m_resourceTypeHasBeenSet = true; m_resourceType.assign(value); }
171
175 inline ServiceQuotaExceededException& WithResourceType(const Aws::String& value) { SetResourceType(value); return *this;}
176
180 inline ServiceQuotaExceededException& WithResourceType(Aws::String&& value) { SetResourceType(std::move(value)); return *this;}
181
185 inline ServiceQuotaExceededException& WithResourceType(const char* value) { SetResourceType(value); return *this;}
186
187
191 inline const Aws::String& GetServiceCode() const{ return m_serviceCode; }
192
196 inline bool ServiceCodeHasBeenSet() const { return m_serviceCodeHasBeenSet; }
197
201 inline void SetServiceCode(const Aws::String& value) { m_serviceCodeHasBeenSet = true; m_serviceCode = value; }
202
206 inline void SetServiceCode(Aws::String&& value) { m_serviceCodeHasBeenSet = true; m_serviceCode = std::move(value); }
207
211 inline void SetServiceCode(const char* value) { m_serviceCodeHasBeenSet = true; m_serviceCode.assign(value); }
212
216 inline ServiceQuotaExceededException& WithServiceCode(const Aws::String& value) { SetServiceCode(value); return *this;}
217
221 inline ServiceQuotaExceededException& WithServiceCode(Aws::String&& value) { SetServiceCode(std::move(value)); return *this;}
222
226 inline ServiceQuotaExceededException& WithServiceCode(const char* value) { SetServiceCode(value); return *this;}
227
228 private:
229
230 Aws::String m_message;
231 bool m_messageHasBeenSet = false;
232
233 Aws::String m_quotaCode;
234 bool m_quotaCodeHasBeenSet = false;
235
236 Aws::String m_resourceId;
237 bool m_resourceIdHasBeenSet = false;
238
239 Aws::String m_resourceType;
240 bool m_resourceTypeHasBeenSet = false;
241
242 Aws::String m_serviceCode;
243 bool m_serviceCodeHasBeenSet = false;
244 };
245
246} // namespace Model
247} // namespace Panorama
248} // namespace Aws
#define AWS_PANORAMA_API
ServiceQuotaExceededException & WithResourceType(Aws::String &&value)
ServiceQuotaExceededException & WithMessage(const Aws::String &value)
ServiceQuotaExceededException & WithServiceCode(const char *value)
ServiceQuotaExceededException & WithQuotaCode(const char *value)
ServiceQuotaExceededException & WithResourceId(Aws::String &&value)
ServiceQuotaExceededException & WithQuotaCode(Aws::String &&value)
ServiceQuotaExceededException & WithMessage(const char *value)
AWS_PANORAMA_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithResourceId(const Aws::String &value)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceQuotaExceededException & WithQuotaCode(const Aws::String &value)
ServiceQuotaExceededException & WithResourceType(const Aws::String &value)
ServiceQuotaExceededException & WithServiceCode(const Aws::String &value)
ServiceQuotaExceededException & WithMessage(Aws::String &&value)
ServiceQuotaExceededException & WithResourceId(const char *value)
AWS_PANORAMA_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithServiceCode(Aws::String &&value)
ServiceQuotaExceededException & WithResourceType(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String