7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
9#include <aws/dms/model/RefreshSchemasStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace DatabaseMigrationService {
42 template <
typename RefreshSchemasStatusT = RefreshSchemasStatus>
44 m_refreshSchemasStatusHasBeenSet =
true;
45 m_refreshSchemasStatus = std::forward<RefreshSchemasStatusT>(value);
47 template <
typename RefreshSchemasStatusT = RefreshSchemasStatus>
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
72 bool m_refreshSchemasStatusHasBeenSet =
false;
73 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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue