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>
51 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
52 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
115 inline void SetFailureReason(
const char* value) { m_failureReasonHasBeenSet =
true; m_failureReason.assign(value); }
135 bool m_arnHasBeenSet =
false;
138 bool m_deploymentStartTimeHasBeenSet =
false;
141 bool m_deploymentFinishTimeHasBeenSet =
false;
144 bool m_statusHasBeenSet =
false;
147 bool m_progressDetailHasBeenSet =
false;
150 bool m_failureReasonHasBeenSet =
false;
153 bool m_failureCodeHasBeenSet =
false;
void SetFailureCode(DeploymentJobErrorCode &&value)
const Aws::String & GetArn() const
bool StatusHasBeenSet() const
RobotDeployment & WithStatus(const RobotStatus &value)
void SetFailureReason(const char *value)
AWS_ROBOMAKER_API RobotDeployment()
bool FailureReasonHasBeenSet() const
AWS_ROBOMAKER_API RobotDeployment & operator=(Aws::Utils::Json::JsonView jsonValue)
RobotDeployment & WithStatus(RobotStatus &&value)
bool DeploymentFinishTimeHasBeenSet() const
RobotDeployment & WithFailureReason(const char *value)
bool ProgressDetailHasBeenSet() const
RobotDeployment & WithProgressDetail(ProgressDetail &&value)
RobotDeployment & WithProgressDetail(const ProgressDetail &value)
const Aws::Utils::DateTime & GetDeploymentStartTime() const
RobotDeployment & WithArn(Aws::String &&value)
void SetProgressDetail(const ProgressDetail &value)
bool FailureCodeHasBeenSet() const
RobotDeployment & WithDeploymentStartTime(Aws::Utils::DateTime &&value)
void SetFailureReason(Aws::String &&value)
void SetFailureReason(const Aws::String &value)
void SetDeploymentStartTime(Aws::Utils::DateTime &&value)
RobotDeployment & WithArn(const char *value)
bool DeploymentStartTimeHasBeenSet() const
RobotDeployment & WithFailureReason(Aws::String &&value)
void SetDeploymentStartTime(const Aws::Utils::DateTime &value)
RobotDeployment & WithFailureCode(const DeploymentJobErrorCode &value)
const DeploymentJobErrorCode & GetFailureCode() const
void SetArn(Aws::String &&value)
RobotDeployment & WithArn(const Aws::String &value)
RobotDeployment & WithDeploymentFinishTime(Aws::Utils::DateTime &&value)
void SetArn(const Aws::String &value)
const Aws::String & GetFailureReason() const
void SetStatus(RobotStatus &&value)
RobotDeployment & WithDeploymentFinishTime(const Aws::Utils::DateTime &value)
RobotDeployment & WithDeploymentStartTime(const Aws::Utils::DateTime &value)
AWS_ROBOMAKER_API RobotDeployment(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetDeploymentFinishTime() const
void SetProgressDetail(ProgressDetail &&value)
const ProgressDetail & GetProgressDetail() const
const RobotStatus & GetStatus() const
void SetFailureCode(const DeploymentJobErrorCode &value)
RobotDeployment & WithFailureReason(const Aws::String &value)
void SetDeploymentFinishTime(Aws::Utils::DateTime &&value)
void SetArn(const char *value)
void SetStatus(const RobotStatus &value)
void SetDeploymentFinishTime(const Aws::Utils::DateTime &value)
RobotDeployment & WithFailureCode(DeploymentJobErrorCode &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue