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/memory/stl/AWSString.h>
42 template <
typename InstanceIdT = Aws::String>
44 m_instanceIdHasBeenSet =
true;
45 m_instanceId = std::forward<InstanceIdT>(value);
47 template <
typename InstanceIdT = Aws::String>
62 m_attachmentScopeHasBeenSet =
true;
63 m_attachmentScope = value;
76 m_maximumSizeLimitInBytesHasBeenSet =
true;
77 m_maximumSizeLimitInBytes = value;
91 template <
typename ExtensionConfigurationT = ExtensionConfiguration>
93 m_extensionConfigurationHasBeenSet =
true;
94 m_extensionConfiguration = std::forward<ExtensionConfigurationT>(value);
96 template <
typename ExtensionConfigurationT = ExtensionConfiguration>
107 long long m_maximumSizeLimitInBytes{0};
109 ExtensionConfiguration m_extensionConfiguration;
110 bool m_instanceIdHasBeenSet =
false;
111 bool m_attachmentScopeHasBeenSet =
false;
112 bool m_maximumSizeLimitInBytesHasBeenSet =
false;
113 bool m_extensionConfigurationHasBeenSet =
false;
bool ExtensionConfigurationHasBeenSet() const
long long GetMaximumSizeLimitInBytes() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttachmentScopeHasBeenSet() const
AttachedFilesConfigurationSummary & WithExtensionConfiguration(ExtensionConfigurationT &&value)
AWS_CONNECT_API AttachedFilesConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API AttachedFilesConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetInstanceId() const
AttachedFilesConfigurationSummary & WithMaximumSizeLimitInBytes(long long value)
AttachmentScope GetAttachmentScope() const
AttachedFilesConfigurationSummary & WithInstanceId(InstanceIdT &&value)
AWS_CONNECT_API AttachedFilesConfigurationSummary()=default
void SetInstanceId(InstanceIdT &&value)
bool MaximumSizeLimitInBytesHasBeenSet() const
const ExtensionConfiguration & GetExtensionConfiguration() const
void SetExtensionConfiguration(ExtensionConfigurationT &&value)
void SetAttachmentScope(AttachmentScope value)
void SetMaximumSizeLimitInBytes(long long value)
bool InstanceIdHasBeenSet() const
AttachedFilesConfigurationSummary & WithAttachmentScope(AttachmentScope value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue