7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/codedeploy/model/DeploymentStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename DeploymentIdT = Aws::String>
45 m_deploymentIdHasBeenSet =
true;
46 m_deploymentId = std::forward<DeploymentIdT>(value);
48 template <
typename DeploymentIdT = Aws::String>
62 m_statusHasBeenSet =
true;
78 template <
typename EndTimeT = Aws::Utils::DateTime>
80 m_endTimeHasBeenSet =
true;
81 m_endTime = std::forward<EndTimeT>(value);
83 template <
typename EndTimeT = Aws::Utils::DateTime>
97 template <
typename CreateTimeT = Aws::Utils::DateTime>
99 m_createTimeHasBeenSet =
true;
100 m_createTime = std::forward<CreateTimeT>(value);
102 template <
typename CreateTimeT = Aws::Utils::DateTime>
116 bool m_deploymentIdHasBeenSet =
false;
117 bool m_statusHasBeenSet =
false;
118 bool m_endTimeHasBeenSet =
false;
119 bool m_createTimeHasBeenSet =
false;
bool CreateTimeHasBeenSet() const
AWS_CODEDEPLOY_API LastDeploymentInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreateTime(CreateTimeT &&value)
LastDeploymentInfo & WithEndTime(EndTimeT &&value)
LastDeploymentInfo & WithCreateTime(CreateTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
bool StatusHasBeenSet() const
AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const
bool EndTimeHasBeenSet() const
LastDeploymentInfo & WithDeploymentId(DeploymentIdT &&value)
AWS_CODEDEPLOY_API LastDeploymentInfo(Aws::Utils::Json::JsonView jsonValue)
LastDeploymentInfo & WithStatus(DeploymentStatus value)
AWS_CODEDEPLOY_API LastDeploymentInfo()=default
const Aws::String & GetDeploymentId() const
void SetDeploymentId(DeploymentIdT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
DeploymentStatus GetStatus() const
void SetStatus(DeploymentStatus value)
bool DeploymentIdHasBeenSet() const
void SetEndTime(EndTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue