AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
DescribeRefreshSchemasStatusResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
9#include <aws/dms/model/RefreshSchemasStatus.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace DatabaseMigrationService {
23namespace Model {
30 public:
31 AWS_DATABASEMIGRATIONSERVICE_API DescribeRefreshSchemasStatusResult() = default;
32 AWS_DATABASEMIGRATIONSERVICE_API DescribeRefreshSchemasStatusResult(
34 AWS_DATABASEMIGRATIONSERVICE_API DescribeRefreshSchemasStatusResult& operator=(
36
38
41 inline const RefreshSchemasStatus& GetRefreshSchemasStatus() const { return m_refreshSchemasStatus; }
42 template <typename RefreshSchemasStatusT = RefreshSchemasStatus>
43 void SetRefreshSchemasStatus(RefreshSchemasStatusT&& value) {
44 m_refreshSchemasStatusHasBeenSet = true;
45 m_refreshSchemasStatus = std::forward<RefreshSchemasStatusT>(value);
46 }
47 template <typename RefreshSchemasStatusT = RefreshSchemasStatus>
49 SetRefreshSchemasStatus(std::forward<RefreshSchemasStatusT>(value));
50 return *this;
51 }
53
55
56 inline const Aws::String& GetRequestId() const { return m_requestId; }
57 template <typename RequestIdT = Aws::String>
58 void SetRequestId(RequestIdT&& value) {
59 m_requestIdHasBeenSet = true;
60 m_requestId = std::forward<RequestIdT>(value);
61 }
62 template <typename RequestIdT = Aws::String>
64 SetRequestId(std::forward<RequestIdT>(value));
65 return *this;
66 }
68 private:
69 RefreshSchemasStatus m_refreshSchemasStatus;
70
71 Aws::String m_requestId;
72 bool m_refreshSchemasStatusHasBeenSet = false;
73 bool m_requestIdHasBeenSet = false;
74};
75
76} // namespace Model
77} // namespace DatabaseMigrationService
78} // namespace Aws
AWS_DATABASEMIGRATIONSERVICE_API DescribeRefreshSchemasStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATABASEMIGRATIONSERVICE_API DescribeRefreshSchemasStatusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATABASEMIGRATIONSERVICE_API DescribeRefreshSchemasStatusResult()=default
DescribeRefreshSchemasStatusResult & WithRefreshSchemasStatus(RefreshSchemasStatusT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue