7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dms/model/MigrationProject.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace DatabaseMigrationService
49 template<
typename MarkerT = Aws::String>
50 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
51 template<
typename MarkerT = Aws::String>
60 template<
typename MigrationProjectsT = Aws::Vector<MigrationProject>>
61 void SetMigrationProjects(MigrationProjectsT&& value) { m_migrationProjectsHasBeenSet =
true; m_migrationProjects = std::forward<MigrationProjectsT>(value); }
62 template<
typename MigrationProjectsT = Aws::Vector<MigrationProject>>
64 template<
typename MigrationProjectsT = MigrationProject>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_markerHasBeenSet =
false;
82 bool m_migrationProjectsHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
DescribeMigrationProjectsResult & AddMigrationProjects(MigrationProjectsT &&value)
const Aws::Vector< MigrationProject > & GetMigrationProjects() const
void SetMarker(MarkerT &&value)
void SetMigrationProjects(MigrationProjectsT &&value)
DescribeMigrationProjectsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetMarker() const
DescribeMigrationProjectsResult & WithMarker(MarkerT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeMigrationProjectsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_DATABASEMIGRATIONSERVICE_API DescribeMigrationProjectsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeMigrationProjectsResult()=default
DescribeMigrationProjectsResult & WithMigrationProjects(MigrationProjectsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue