7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace DatabaseMigrationService {
42 template <
typename MarkerT = Aws::String>
44 m_markerHasBeenSet =
true;
45 m_marker = std::forward<MarkerT>(value);
47 template <
typename MarkerT = Aws::String>
59 template <
typename SchemasT = Aws::Vector<Aws::String>>
61 m_schemasHasBeenSet =
true;
62 m_schemas = std::forward<SchemasT>(value);
64 template <
typename SchemasT = Aws::Vector<Aws::String>>
69 template <
typename SchemasT = Aws::String>
71 m_schemasHasBeenSet =
true;
72 m_schemas.emplace_back(std::forward<SchemasT>(value));
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
97 bool m_markerHasBeenSet =
false;
98 bool m_schemasHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
DescribeSchemasResult & WithSchemas(SchemasT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeSchemasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetSchemas() const
AWS_DATABASEMIGRATIONSERVICE_API DescribeSchemasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATABASEMIGRATIONSERVICE_API DescribeSchemasResult()=default
DescribeSchemasResult & AddSchemas(SchemasT &&value)
void SetSchemas(SchemasT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetMarker() const
DescribeSchemasResult & WithMarker(MarkerT &&value)
DescribeSchemasResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetMarker(MarkerT &&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