7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace DatabaseMigrationService
48 template<
typename S3ObjectKeyT = Aws::String>
49 void SetS3ObjectKey(S3ObjectKeyT&& value) { m_s3ObjectKeyHasBeenSet =
true; m_s3ObjectKey = std::forward<S3ObjectKeyT>(value); }
50 template<
typename S3ObjectKeyT = Aws::String>
60 template<
typename ObjectURLT = Aws::String>
61 void SetObjectURL(ObjectURLT&& value) { m_objectURLHasBeenSet =
true; m_objectURL = std::forward<ObjectURLT>(value); }
62 template<
typename ObjectURLT = Aws::String>
68 bool m_s3ObjectKeyHasBeenSet =
false;
71 bool m_objectURLHasBeenSet =
false;
AWS_DATABASEMIGRATIONSERVICE_API ExportSqlDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3ObjectKey(S3ObjectKeyT &&value)
bool ObjectURLHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API ExportSqlDetails()=default
AWS_DATABASEMIGRATIONSERVICE_API ExportSqlDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetS3ObjectKey() const
void SetObjectURL(ObjectURLT &&value)
ExportSqlDetails & WithS3ObjectKey(S3ObjectKeyT &&value)
ExportSqlDetails & WithObjectURL(ObjectURLT &&value)
bool S3ObjectKeyHasBeenSet() const
const Aws::String & GetObjectURL() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue