7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename FileNameT = Aws::String>
42 m_fileNameHasBeenSet =
true;
43 m_fileName = std::forward<FileNameT>(value);
45 template <
typename FileNameT = Aws::String>
59 template <
typename S3UrlT = Aws::String>
61 m_s3UrlHasBeenSet =
true;
62 m_s3Url = std::forward<S3UrlT>(value);
64 template <
typename S3UrlT = Aws::String>
66 SetS3Url(std::forward<S3UrlT>(value));
74 bool m_fileNameHasBeenSet =
false;
75 bool m_s3UrlHasBeenSet =
false;
EmailAttachment & WithFileName(FileNameT &&value)
const Aws::String & GetS3Url() const
EmailAttachment & WithS3Url(S3UrlT &&value)
bool FileNameHasBeenSet() const
void SetFileName(FileNameT &&value)
bool S3UrlHasBeenSet() const
AWS_CONNECT_API EmailAttachment()=default
const Aws::String & GetFileName() const
void SetS3Url(S3UrlT &&value)
AWS_CONNECT_API EmailAttachment(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API EmailAttachment & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue