7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mailmanager/MailManager_EXPORTS.h>
19namespace MailManager {
41 template <
typename S3LocationT = Aws::String>
43 m_s3LocationHasBeenSet =
true;
44 m_s3Location = std::forward<S3LocationT>(value);
46 template <
typename S3LocationT = Aws::String>
54 bool m_s3LocationHasBeenSet =
false;
AWS_MAILMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3Location(S3LocationT &&value)
AWS_MAILMANAGER_API S3ExportDestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
S3ExportDestinationConfiguration & WithS3Location(S3LocationT &&value)
bool S3LocationHasBeenSet() const
AWS_MAILMANAGER_API S3ExportDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MAILMANAGER_API S3ExportDestinationConfiguration()=default
const Aws::String & GetS3Location() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue