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>
21namespace MainframeModernization {
43 template <
typename ApplicationIdT = Aws::String>
45 m_applicationIdHasBeenSet =
true;
46 m_applicationId = std::forward<ApplicationIdT>(value);
48 template <
typename ApplicationIdT = Aws::String>
62 m_applicationVersionHasBeenSet =
true;
63 m_applicationVersion = value;
77 template <
typename CreationTimeT = Aws::Utils::DateTime>
79 m_creationTimeHasBeenSet =
true;
80 m_creationTime = std::forward<CreationTimeT>(value);
82 template <
typename CreationTimeT = Aws::Utils::DateTime>
95 template <
typename DeploymentIdT = Aws::String>
97 m_deploymentIdHasBeenSet =
true;
98 m_deploymentId = std::forward<DeploymentIdT>(value);
100 template <
typename DeploymentIdT = Aws::String>
113 template <
typename EnvironmentIdT = Aws::String>
115 m_environmentIdHasBeenSet =
true;
116 m_environmentId = std::forward<EnvironmentIdT>(value);
118 template <
typename EnvironmentIdT = Aws::String>
132 m_statusHasBeenSet =
true;
147 template <
typename StatusReasonT = Aws::String>
149 m_statusReasonHasBeenSet =
true;
150 m_statusReason = std::forward<StatusReasonT>(value);
152 template <
typename StatusReasonT = Aws::String>
161 int m_applicationVersion{0};
172 bool m_applicationIdHasBeenSet =
false;
173 bool m_applicationVersionHasBeenSet =
false;
174 bool m_creationTimeHasBeenSet =
false;
175 bool m_deploymentIdHasBeenSet =
false;
176 bool m_environmentIdHasBeenSet =
false;
177 bool m_statusHasBeenSet =
false;
178 bool m_statusReasonHasBeenSet =
false;
void SetEnvironmentId(EnvironmentIdT &&value)
void SetApplicationVersion(int value)
bool EnvironmentIdHasBeenSet() const
const Aws::String & GetDeploymentId() const
bool CreationTimeHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API DeploymentSummary()=default
const Aws::Utils::DateTime & GetCreationTime() const
void SetStatusReason(StatusReasonT &&value)
const Aws::String & GetEnvironmentId() const
void SetDeploymentId(DeploymentIdT &&value)
const Aws::String & GetApplicationId() const
DeploymentSummary & WithEnvironmentId(EnvironmentIdT &&value)
AWS_MAINFRAMEMODERNIZATION_API DeploymentSummary(Aws::Utils::Json::JsonView jsonValue)
bool StatusReasonHasBeenSet() const
bool StatusHasBeenSet() const
bool DeploymentIdHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
void SetStatus(DeploymentLifecycle value)
DeploymentSummary & WithApplicationId(ApplicationIdT &&value)
const Aws::String & GetStatusReason() const
DeploymentLifecycle GetStatus() const
DeploymentSummary & WithApplicationVersion(int value)
DeploymentSummary & WithDeploymentId(DeploymentIdT &&value)
bool ApplicationVersionHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
DeploymentSummary & WithStatus(DeploymentLifecycle value)
bool ApplicationIdHasBeenSet() const
int GetApplicationVersion() const
DeploymentSummary & WithCreationTime(CreationTimeT &&value)
DeploymentSummary & WithStatusReason(StatusReasonT &&value)
AWS_MAINFRAMEMODERNIZATION_API DeploymentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetApplicationId(ApplicationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue