AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
ServiceQuotaExceededExceptionReason.h
1
6#pragma once
7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/AttachedFileServiceQuotaExceededExceptionReason.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Connect {
20namespace Model {
21
28 public:
29 AWS_CONNECT_API ServiceQuotaExceededExceptionReason() = default;
32 AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
40 return m_attachedFileServiceQuotaExceededExceptionReason;
41 }
43 return m_attachedFileServiceQuotaExceededExceptionReasonHasBeenSet;
44 }
46 m_attachedFileServiceQuotaExceededExceptionReasonHasBeenSet = true;
47 m_attachedFileServiceQuotaExceededExceptionReason = value;
48 }
52 return *this;
53 }
55 private:
56 AttachedFileServiceQuotaExceededExceptionReason m_attachedFileServiceQuotaExceededExceptionReason{
58 bool m_attachedFileServiceQuotaExceededExceptionReasonHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace Connect
63} // namespace Aws
AWS_CONNECT_API ServiceQuotaExceededExceptionReason(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API ServiceQuotaExceededExceptionReason & operator=(Aws::Utils::Json::JsonView jsonValue)
AttachedFileServiceQuotaExceededExceptionReason GetAttachedFileServiceQuotaExceededExceptionReason() const
void SetAttachedFileServiceQuotaExceededExceptionReason(AttachedFileServiceQuotaExceededExceptionReason value)
ServiceQuotaExceededExceptionReason & WithAttachedFileServiceQuotaExceededExceptionReason(AttachedFileServiceQuotaExceededExceptionReason value)
Aws::Utils::Json::JsonValue JsonValue