7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/dms/model/RefreshSchemasStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace DatabaseMigrationService
46 template<
typename RefreshSchemasStatusT = RefreshSchemasStatus>
47 void SetRefreshSchemasStatus(RefreshSchemasStatusT&& value) { m_refreshSchemasStatusHasBeenSet =
true; m_refreshSchemasStatus = std::forward<RefreshSchemasStatusT>(value); }
48 template<
typename RefreshSchemasStatusT = RefreshSchemasStatus>
55 template<
typename RequestIdT = Aws::String>
56 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
57 template<
typename RequestIdT = Aws::String>
63 bool m_refreshSchemasStatusHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
const RefreshSchemasStatus & GetRefreshSchemasStatus() const
AWS_DATABASEMIGRATIONSERVICE_API RefreshSchemasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_DATABASEMIGRATIONSERVICE_API RefreshSchemasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATABASEMIGRATIONSERVICE_API RefreshSchemasResult()=default
void SetRefreshSchemasStatus(RefreshSchemasStatusT &&value)
RefreshSchemasResult & WithRequestId(RequestIdT &&value)
RefreshSchemasResult & WithRefreshSchemasStatus(RefreshSchemasStatusT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue