AWS SDK for C++

AWS SDK for C++ Version 1.11.813

Loading...
Searching...
No Matches
UpdateAttachedFilesConfigurationResult.h
1
6#pragma once
7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/AttachmentScope.h>
9#include <aws/connect/model/ExtensionConfiguration.h>
10#include <aws/core/http/HttpResponse.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13
14#include <utility>
15
16namespace Aws {
17template <typename RESULT_TYPE>
18class AmazonWebServiceResult;
19
20namespace Utils {
21namespace Json {
22class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace Connect {
26namespace Model {
28 public:
29 AWS_CONNECT_API UpdateAttachedFilesConfigurationResult() = default;
32
34
37 inline const Aws::String& GetInstanceId() const { return m_instanceId; }
38 template <typename InstanceIdT = Aws::String>
39 void SetInstanceId(InstanceIdT&& value) {
40 m_instanceIdHasBeenSet = true;
41 m_instanceId = std::forward<InstanceIdT>(value);
42 }
43 template <typename InstanceIdT = Aws::String>
45 SetInstanceId(std::forward<InstanceIdT>(value));
46 return *this;
47 }
49
51
54 inline AttachmentScope GetAttachmentScope() const { return m_attachmentScope; }
56 m_attachmentScopeHasBeenSet = true;
57 m_attachmentScope = value;
58 }
60 SetAttachmentScope(value);
61 return *this;
62 }
64
66
69 inline long long GetMaximumSizeLimitInBytes() const { return m_maximumSizeLimitInBytes; }
70 inline void SetMaximumSizeLimitInBytes(long long value) {
71 m_maximumSizeLimitInBytesHasBeenSet = true;
72 m_maximumSizeLimitInBytes = value;
73 }
76 return *this;
77 }
79
81
84 inline const ExtensionConfiguration& GetExtensionConfiguration() const { return m_extensionConfiguration; }
85 template <typename ExtensionConfigurationT = ExtensionConfiguration>
86 void SetExtensionConfiguration(ExtensionConfigurationT&& value) {
87 m_extensionConfigurationHasBeenSet = true;
88 m_extensionConfiguration = std::forward<ExtensionConfigurationT>(value);
89 }
90 template <typename ExtensionConfigurationT = ExtensionConfiguration>
92 SetExtensionConfiguration(std::forward<ExtensionConfigurationT>(value));
93 return *this;
94 }
96
98
101 inline const Aws::Utils::DateTime& GetLastModifiedTime() const { return m_lastModifiedTime; }
102 template <typename LastModifiedTimeT = Aws::Utils::DateTime>
103 void SetLastModifiedTime(LastModifiedTimeT&& value) {
104 m_lastModifiedTimeHasBeenSet = true;
105 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
106 }
107 template <typename LastModifiedTimeT = Aws::Utils::DateTime>
109 SetLastModifiedTime(std::forward<LastModifiedTimeT>(value));
110 return *this;
111 }
113
115
116 inline const Aws::String& GetRequestId() const { return m_requestId; }
117 template <typename RequestIdT = Aws::String>
118 void SetRequestId(RequestIdT&& value) {
119 m_requestIdHasBeenSet = true;
120 m_requestId = std::forward<RequestIdT>(value);
121 }
122 template <typename RequestIdT = Aws::String>
124 SetRequestId(std::forward<RequestIdT>(value));
125 return *this;
126 }
128 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
129
130 private:
131 Aws::String m_instanceId;
132
133 AttachmentScope m_attachmentScope{AttachmentScope::NOT_SET};
134
135 long long m_maximumSizeLimitInBytes{0};
136
137 ExtensionConfiguration m_extensionConfiguration;
138
139 Aws::Utils::DateTime m_lastModifiedTime{};
140
141 Aws::String m_requestId;
142 Aws::Http::HttpResponseCode m_HttpResponseCode;
143 bool m_instanceIdHasBeenSet = false;
144 bool m_attachmentScopeHasBeenSet = false;
145 bool m_maximumSizeLimitInBytesHasBeenSet = false;
146 bool m_extensionConfigurationHasBeenSet = false;
147 bool m_lastModifiedTimeHasBeenSet = false;
148 bool m_requestIdHasBeenSet = false;
149};
150
151} // namespace Model
152} // namespace Connect
153} // namespace Aws
UpdateAttachedFilesConfigurationResult & WithAttachmentScope(AttachmentScope value)
UpdateAttachedFilesConfigurationResult & WithLastModifiedTime(LastModifiedTimeT &&value)
UpdateAttachedFilesConfigurationResult & WithRequestId(RequestIdT &&value)
UpdateAttachedFilesConfigurationResult & WithMaximumSizeLimitInBytes(long long value)
AWS_CONNECT_API UpdateAttachedFilesConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateAttachedFilesConfigurationResult & WithInstanceId(InstanceIdT &&value)
UpdateAttachedFilesConfigurationResult & WithExtensionConfiguration(ExtensionConfigurationT &&value)
AWS_CONNECT_API UpdateAttachedFilesConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue