7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
19namespace DatabaseMigrationService {
42 template <
typename S3ObjectKeyT = Aws::String>
44 m_s3ObjectKeyHasBeenSet =
true;
45 m_s3ObjectKey = std::forward<S3ObjectKeyT>(value);
47 template <
typename S3ObjectKeyT = Aws::String>
60 template <
typename ObjectURLT = Aws::String>
62 m_objectURLHasBeenSet =
true;
63 m_objectURL = std::forward<ObjectURLT>(value);
65 template <
typename ObjectURLT = Aws::String>
75 bool m_s3ObjectKeyHasBeenSet =
false;
76 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