7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/m2/MainframeModernization_EXPORTS.h>
10#include <aws/m2/model/DeploymentLifecycle.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace MainframeModernization {
36 template <
typename ApplicationIdT = Aws::String>
38 m_applicationIdHasBeenSet =
true;
39 m_applicationId = std::forward<ApplicationIdT>(value);
41 template <
typename ApplicationIdT = Aws::String>
54 m_applicationVersionHasBeenSet =
true;
55 m_applicationVersion = value;
68 template <
typename CreationTimeT = Aws::Utils::DateTime>
70 m_creationTimeHasBeenSet =
true;
71 m_creationTime = std::forward<CreationTimeT>(value);
73 template <
typename CreationTimeT = Aws::Utils::DateTime>
85 template <
typename DeploymentIdT = Aws::String>
87 m_deploymentIdHasBeenSet =
true;
88 m_deploymentId = std::forward<DeploymentIdT>(value);
90 template <
typename DeploymentIdT = Aws::String>
102 template <
typename EnvironmentIdT = Aws::String>
104 m_environmentIdHasBeenSet =
true;
105 m_environmentId = std::forward<EnvironmentIdT>(value);
107 template <
typename EnvironmentIdT = Aws::String>
120 m_statusHasBeenSet =
true;
134 template <
typename StatusReasonT = Aws::String>
136 m_statusReasonHasBeenSet =
true;
137 m_statusReason = std::forward<StatusReasonT>(value);
139 template <
typename StatusReasonT = Aws::String>
149 template <
typename RequestIdT = Aws::String>
151 m_requestIdHasBeenSet =
true;
152 m_requestId = std::forward<RequestIdT>(value);
154 template <
typename RequestIdT = Aws::String>
163 int m_applicationVersion{0};
176 bool m_applicationIdHasBeenSet =
false;
177 bool m_applicationVersionHasBeenSet =
false;
178 bool m_creationTimeHasBeenSet =
false;
179 bool m_deploymentIdHasBeenSet =
false;
180 bool m_environmentIdHasBeenSet =
false;
181 bool m_statusHasBeenSet =
false;
182 bool m_statusReasonHasBeenSet =
false;
183 bool m_requestIdHasBeenSet =
false;
int GetApplicationVersion() 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