7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/robomaker/model/RobotStatus.h>
11#include <aws/robomaker/model/ProgressDetail.h>
12#include <aws/robomaker/model/DeploymentJobErrorCode.h>
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
63 template<
typename DeploymentStartTimeT = Aws::Utils::DateTime>
64 void SetDeploymentStartTime(DeploymentStartTimeT&& value) { m_deploymentStartTimeHasBeenSet =
true; m_deploymentStartTime = std::forward<DeploymentStartTimeT>(value); }
65 template<
typename DeploymentStartTimeT = Aws::Utils::DateTime>
75 template<
typename DeploymentFinishTimeT = Aws::Utils::DateTime>
76 void SetDeploymentFinishTime(DeploymentFinishTimeT&& value) { m_deploymentFinishTimeHasBeenSet =
true; m_deploymentFinishTime = std::forward<DeploymentFinishTimeT>(value); }
77 template<
typename DeploymentFinishTimeT = Aws::Utils::DateTime>
97 template<
typename ProgressDetailT = ProgressDetail>
98 void SetProgressDetail(ProgressDetailT&& value) { m_progressDetailHasBeenSet =
true; m_progressDetail = std::forward<ProgressDetailT>(value); }
99 template<
typename ProgressDetailT = ProgressDetail>
109 template<
typename FailureReasonT = Aws::String>
110 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
111 template<
typename FailureReasonT = Aws::String>
127 bool m_arnHasBeenSet =
false;
130 bool m_deploymentStartTimeHasBeenSet =
false;
133 bool m_deploymentFinishTimeHasBeenSet =
false;
136 bool m_statusHasBeenSet =
false;
138 ProgressDetail m_progressDetail;
139 bool m_progressDetailHasBeenSet =
false;
142 bool m_failureReasonHasBeenSet =
false;
145 bool m_failureCodeHasBeenSet =
false;
const Aws::String & GetArn() const
RobotDeployment & WithProgressDetail(ProgressDetailT &&value)
void SetFailureCode(DeploymentJobErrorCode value)
bool StatusHasBeenSet() const
AWS_ROBOMAKER_API RobotDeployment()=default
RobotDeployment & WithDeploymentStartTime(DeploymentStartTimeT &&value)
bool FailureReasonHasBeenSet() const
AWS_ROBOMAKER_API RobotDeployment & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DeploymentFinishTimeHasBeenSet() const
RobotDeployment & WithStatus(RobotStatus value)
RobotStatus GetStatus() const
bool ProgressDetailHasBeenSet() const
const Aws::Utils::DateTime & GetDeploymentStartTime() const
void SetArn(ArnT &&value)
bool FailureCodeHasBeenSet() const
void SetFailureReason(FailureReasonT &&value)
void SetStatus(RobotStatus value)
bool DeploymentStartTimeHasBeenSet() const
RobotDeployment & WithDeploymentFinishTime(DeploymentFinishTimeT &&value)
RobotDeployment & WithArn(ArnT &&value)
void SetDeploymentStartTime(DeploymentStartTimeT &&value)
void SetDeploymentFinishTime(DeploymentFinishTimeT &&value)
void SetProgressDetail(ProgressDetailT &&value)
const Aws::String & GetFailureReason() const
AWS_ROBOMAKER_API RobotDeployment(Aws::Utils::Json::JsonView jsonValue)
RobotDeployment & WithFailureCode(DeploymentJobErrorCode value)
bool ArnHasBeenSet() const
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetDeploymentFinishTime() const
const ProgressDetail & GetProgressDetail() const
RobotDeployment & WithFailureReason(FailureReasonT &&value)
DeploymentJobErrorCode GetFailureCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue