7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
10#include <aws/dms/model/RefreshSchemasStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace DatabaseMigrationService {
43 template <
typename RefreshSchemasStatusT = RefreshSchemasStatus>
45 m_refreshSchemasStatusHasBeenSet =
true;
46 m_refreshSchemasStatus = std::forward<RefreshSchemasStatusT>(value);
48 template <
typename RefreshSchemasStatusT = RefreshSchemasStatus>
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
76 bool m_refreshSchemasStatusHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
AWS_DATABASEMIGRATIONSERVICE_API DescribeRefreshSchemasStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRefreshSchemasStatus(RefreshSchemasStatusT &&value)
void SetRequestId(RequestIdT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeRefreshSchemasStatusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATABASEMIGRATIONSERVICE_API DescribeRefreshSchemasStatusResult()=default
const RefreshSchemasStatus & GetRefreshSchemasStatus() const
DescribeRefreshSchemasStatusResult & WithRefreshSchemasStatus(RefreshSchemasStatusT &&value)
DescribeRefreshSchemasStatusResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue