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/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename InstanceIdT = Aws::String>
46 m_instanceIdHasBeenSet =
true;
47 m_instanceId = std::forward<InstanceIdT>(value);
49 template <
typename InstanceIdT = Aws::String>
64 m_attachmentScopeHasBeenSet =
true;
65 m_attachmentScope = value;
80 m_maximumSizeLimitInBytesHasBeenSet =
true;
81 m_maximumSizeLimitInBytes = value;
95 template <
typename ExtensionConfigurationT = ExtensionConfiguration>
97 m_extensionConfigurationHasBeenSet =
true;
98 m_extensionConfiguration = std::forward<ExtensionConfigurationT>(value);
100 template <
typename ExtensionConfigurationT = ExtensionConfiguration>
113 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
115 m_lastModifiedTimeHasBeenSet =
true;
116 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
118 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
129 long long m_maximumSizeLimitInBytes{0};
131 ExtensionConfiguration m_extensionConfiguration;
134 bool m_instanceIdHasBeenSet =
false;
135 bool m_attachmentScopeHasBeenSet =
false;
136 bool m_maximumSizeLimitInBytesHasBeenSet =
false;
137 bool m_extensionConfigurationHasBeenSet =
false;
138 bool m_lastModifiedTimeHasBeenSet =
false;
AWS_CONNECT_API AttachedFilesConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AttachedFilesConfiguration & WithMaximumSizeLimitInBytes(long long value)
const Aws::String & GetInstanceId() const
bool MaximumSizeLimitInBytesHasBeenSet() const
void SetInstanceId(InstanceIdT &&value)
AWS_CONNECT_API AttachedFilesConfiguration()=default
AttachedFilesConfiguration & WithLastModifiedTime(LastModifiedTimeT &&value)
bool AttachmentScopeHasBeenSet() const
AttachmentScope GetAttachmentScope() const
const ExtensionConfiguration & GetExtensionConfiguration() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
AWS_CONNECT_API AttachedFilesConfiguration(Aws::Utils::Json::JsonView jsonValue)
AttachedFilesConfiguration & WithAttachmentScope(AttachmentScope value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetAttachmentScope(AttachmentScope value)
long long GetMaximumSizeLimitInBytes() const
bool ExtensionConfigurationHasBeenSet() const
AttachedFilesConfiguration & WithInstanceId(InstanceIdT &&value)
AttachedFilesConfiguration & WithExtensionConfiguration(ExtensionConfigurationT &&value)
void SetExtensionConfiguration(ExtensionConfigurationT &&value)
void SetMaximumSizeLimitInBytes(long long value)
bool LastModifiedTimeHasBeenSet() const
bool InstanceIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue