7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/finspace/Finspace_EXPORTS.h>
12#include <aws/finspace/model/ChangeRequest.h>
13#include <aws/finspace/model/ChangesetStatus.h>
14#include <aws/finspace/model/ErrorInfo.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename ChangesetIdT = Aws::String>
42 m_changesetIdHasBeenSet =
true;
43 m_changesetId = std::forward<ChangesetIdT>(value);
45 template <
typename ChangesetIdT = Aws::String>
57 template <
typename DatabaseNameT = Aws::String>
59 m_databaseNameHasBeenSet =
true;
60 m_databaseName = std::forward<DatabaseNameT>(value);
62 template <
typename DatabaseNameT = Aws::String>
74 template <
typename EnvironmentIdT = Aws::String>
76 m_environmentIdHasBeenSet =
true;
77 m_environmentId = std::forward<EnvironmentIdT>(value);
79 template <
typename EnvironmentIdT = Aws::String>
91 template <
typename ChangeRequestsT = Aws::Vector<ChangeRequest>>
93 m_changeRequestsHasBeenSet =
true;
94 m_changeRequests = std::forward<ChangeRequestsT>(value);
96 template <
typename ChangeRequestsT = Aws::Vector<ChangeRequest>>
101 template <
typename ChangeRequestsT = ChangeRequest>
103 m_changeRequestsHasBeenSet =
true;
104 m_changeRequests.emplace_back(std::forward<ChangeRequestsT>(value));
116 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
118 m_createdTimestampHasBeenSet =
true;
119 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
121 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
135 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
137 m_lastModifiedTimestampHasBeenSet =
true;
138 m_lastModifiedTimestamp = std::forward<LastModifiedTimestampT>(value);
140 template <
typename LastModifiedTimestampT = Aws::Utils::DateTime>
156 m_statusHasBeenSet =
true;
171 template <
typename ErrorInfoT = ErrorInfo>
173 m_errorInfoHasBeenSet =
true;
174 m_errorInfo = std::forward<ErrorInfoT>(value);
176 template <
typename ErrorInfoT = ErrorInfo>
186 template <
typename RequestIdT = Aws::String>
188 m_requestIdHasBeenSet =
true;
189 m_requestId = std::forward<RequestIdT>(value);
191 template <
typename RequestIdT = Aws::String>
214 ErrorInfo m_errorInfo;
218 bool m_changesetIdHasBeenSet =
false;
219 bool m_databaseNameHasBeenSet =
false;
220 bool m_environmentIdHasBeenSet =
false;
221 bool m_changeRequestsHasBeenSet =
false;
222 bool m_createdTimestampHasBeenSet =
false;
223 bool m_lastModifiedTimestampHasBeenSet =
false;
224 bool m_statusHasBeenSet =
false;
225 bool m_errorInfoHasBeenSet =
false;
226 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_FINSPACE_API CreateKxChangesetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateKxChangesetResult & WithChangeRequests(ChangeRequestsT &&value)
CreateKxChangesetResult & AddChangeRequests(ChangeRequestsT &&value)
CreateKxChangesetResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetChangeRequests(ChangeRequestsT &&value)
void SetChangesetId(ChangesetIdT &&value)
AWS_FINSPACE_API CreateKxChangesetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateKxChangesetResult & WithStatus(ChangesetStatus value)
const Aws::Vector< ChangeRequest > & GetChangeRequests() const
void SetLastModifiedTimestamp(LastModifiedTimestampT &&value)
const Aws::String & GetEnvironmentId() const
void SetEnvironmentId(EnvironmentIdT &&value)
CreateKxChangesetResult & WithChangesetId(ChangesetIdT &&value)
const ErrorInfo & GetErrorInfo() const
const Aws::String & GetChangesetId() const
void SetErrorInfo(ErrorInfoT &&value)
const Aws::Utils::DateTime & GetLastModifiedTimestamp() const
void SetCreatedTimestamp(CreatedTimestampT &&value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
CreateKxChangesetResult & WithDatabaseName(DatabaseNameT &&value)
ChangesetStatus GetStatus() const
CreateKxChangesetResult & WithLastModifiedTimestamp(LastModifiedTimestampT &&value)
AWS_FINSPACE_API CreateKxChangesetResult()=default
void SetStatus(ChangesetStatus value)
void SetDatabaseName(DatabaseNameT &&value)
CreateKxChangesetResult & WithCreatedTimestamp(CreatedTimestampT &&value)
CreateKxChangesetResult & WithEnvironmentId(EnvironmentIdT &&value)
CreateKxChangesetResult & WithErrorInfo(ErrorInfoT &&value)
const Aws::String & GetDatabaseName() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue