7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename FileNameT = Aws::String>
47 void SetFileName(FileNameT&& value) { m_fileNameHasBeenSet =
true; m_fileName = std::forward<FileNameT>(value); }
48 template<
typename FileNameT = Aws::String>
59 template<
typename S3UrlT = Aws::String>
60 void SetS3Url(S3UrlT&& value) { m_s3UrlHasBeenSet =
true; m_s3Url = std::forward<S3UrlT>(value); }
61 template<
typename S3UrlT = Aws::String>
67 bool m_fileNameHasBeenSet =
false;
70 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