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/m2/MainframeModernization_EXPORTS.h>
11#include <aws/m2/model/DeploymentLifecycle.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace MainframeModernization {
37 template <
typename ApplicationIdT = Aws::String>
39 m_applicationIdHasBeenSet =
true;
40 m_applicationId = std::forward<ApplicationIdT>(value);
42 template <
typename ApplicationIdT = Aws::String>
55 m_applicationVersionHasBeenSet =
true;
56 m_applicationVersion = value;
69 template <
typename CreationTimeT = Aws::Utils::DateTime>
71 m_creationTimeHasBeenSet =
true;
72 m_creationTime = std::forward<CreationTimeT>(value);
74 template <
typename CreationTimeT = Aws::Utils::DateTime>
86 template <
typename DeploymentIdT = Aws::String>
88 m_deploymentIdHasBeenSet =
true;
89 m_deploymentId = std::forward<DeploymentIdT>(value);
91 template <
typename DeploymentIdT = Aws::String>
103 template <
typename EnvironmentIdT = Aws::String>
105 m_environmentIdHasBeenSet =
true;
106 m_environmentId = std::forward<EnvironmentIdT>(value);
108 template <
typename EnvironmentIdT = Aws::String>
121 m_statusHasBeenSet =
true;
135 template <
typename StatusReasonT = Aws::String>
137 m_statusReasonHasBeenSet =
true;
138 m_statusReason = std::forward<StatusReasonT>(value);
140 template <
typename StatusReasonT = Aws::String>
150 template <
typename RequestIdT = Aws::String>
152 m_requestIdHasBeenSet =
true;
153 m_requestId = std::forward<RequestIdT>(value);
155 template <
typename RequestIdT = Aws::String>
166 int m_applicationVersion{0};
180 bool m_applicationIdHasBeenSet =
false;
181 bool m_applicationVersionHasBeenSet =
false;
182 bool m_creationTimeHasBeenSet =
false;
183 bool m_deploymentIdHasBeenSet =
false;
184 bool m_environmentIdHasBeenSet =
false;
185 bool m_statusHasBeenSet =
false;
186 bool m_statusReasonHasBeenSet =
false;
187 bool m_requestIdHasBeenSet =
false;
int GetApplicationVersion() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetApplicationVersion(int value)
GetDeploymentResult & WithApplicationVersion(int value)
GetDeploymentResult & WithEnvironmentId(EnvironmentIdT &&value)
void SetCreationTime(CreationTimeT &&value)
GetDeploymentResult & WithDeploymentId(DeploymentIdT &&value)
GetDeploymentResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetDeploymentId() const
const Aws::String & GetStatusReason() const
void SetRequestId(RequestIdT &&value)
AWS_MAINFRAMEMODERNIZATION_API GetDeploymentResult()=default
void SetStatus(DeploymentLifecycle value)
const Aws::String & GetRequestId() const
GetDeploymentResult & WithStatusReason(StatusReasonT &&value)
void SetDeploymentId(DeploymentIdT &&value)
void SetStatusReason(StatusReasonT &&value)
const Aws::String & GetEnvironmentId() const
AWS_MAINFRAMEMODERNIZATION_API GetDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEnvironmentId(EnvironmentIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
GetDeploymentResult & WithStatus(DeploymentLifecycle value)
const Aws::Utils::DateTime & GetCreationTime() const
GetDeploymentResult & WithCreationTime(CreationTimeT &&value)
GetDeploymentResult & WithApplicationId(ApplicationIdT &&value)
const Aws::String & GetApplicationId() const
AWS_MAINFRAMEMODERNIZATION_API GetDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeploymentLifecycle GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue