AWS SDK for C++

AWS SDK for C++ Version 1.11.875

Loading...
Searching...
No Matches
DescribeConversionConfigurationResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dms/DatabaseMigrationService_EXPORTS.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 {
25 public:
26 AWS_DATABASEMIGRATIONSERVICE_API DescribeConversionConfigurationResult() = default;
27 AWS_DATABASEMIGRATIONSERVICE_API DescribeConversionConfigurationResult(
29 AWS_DATABASEMIGRATIONSERVICE_API DescribeConversionConfigurationResult& operator=(
31
33
36 inline const Aws::String& GetMigrationProjectIdentifier() const { return m_migrationProjectIdentifier; }
37 template <typename MigrationProjectIdentifierT = Aws::String>
38 void SetMigrationProjectIdentifier(MigrationProjectIdentifierT&& value) {
39 m_migrationProjectIdentifierHasBeenSet = true;
40 m_migrationProjectIdentifier = std::forward<MigrationProjectIdentifierT>(value);
41 }
42 template <typename MigrationProjectIdentifierT = Aws::String>
44 SetMigrationProjectIdentifier(std::forward<MigrationProjectIdentifierT>(value));
45 return *this;
46 }
48
50
56 inline const Aws::String& GetConversionConfiguration() const { return m_conversionConfiguration; }
57 template <typename ConversionConfigurationT = Aws::String>
58 void SetConversionConfiguration(ConversionConfigurationT&& value) {
59 m_conversionConfigurationHasBeenSet = true;
60 m_conversionConfiguration = std::forward<ConversionConfigurationT>(value);
61 }
62 template <typename ConversionConfigurationT = Aws::String>
64 SetConversionConfiguration(std::forward<ConversionConfigurationT>(value));
65 return *this;
66 }
68
70
71 inline const Aws::String& GetRequestId() const { return m_requestId; }
72 template <typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) {
74 m_requestIdHasBeenSet = true;
75 m_requestId = std::forward<RequestIdT>(value);
76 }
77 template <typename RequestIdT = Aws::String>
79 SetRequestId(std::forward<RequestIdT>(value));
80 return *this;
81 }
83 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
84
85 private:
86 Aws::String m_migrationProjectIdentifier;
87
88 Aws::String m_conversionConfiguration;
89
90 Aws::String m_requestId;
91 Aws::Http::HttpResponseCode m_HttpResponseCode;
92 bool m_migrationProjectIdentifierHasBeenSet = false;
93 bool m_conversionConfigurationHasBeenSet = false;
94 bool m_requestIdHasBeenSet = false;
95};
96
97} // namespace Model
98} // namespace DatabaseMigrationService
99} // namespace Aws
DescribeConversionConfigurationResult & WithConversionConfiguration(ConversionConfigurationT &&value)
DescribeConversionConfigurationResult & WithMigrationProjectIdentifier(MigrationProjectIdentifierT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeConversionConfigurationResult()=default
AWS_DATABASEMIGRATIONSERVICE_API DescribeConversionConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATABASEMIGRATIONSERVICE_API DescribeConversionConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue