7#include <aws/robomaker/RoboMaker_EXPORTS.h>
8#include <aws/robomaker/model/RobotDeploymentStep.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
66 inline void SetPercentDone(
double value) { m_percentDoneHasBeenSet =
true; m_percentDone = value; }
88 template<
typename TargetResourceT = Aws::String>
89 void SetTargetResource(TargetResourceT&& value) { m_targetResourceHasBeenSet =
true; m_targetResource = std::forward<TargetResourceT>(value); }
90 template<
typename TargetResourceT = Aws::String>
96 bool m_currentProgressHasBeenSet =
false;
98 double m_percentDone{0.0};
99 bool m_percentDoneHasBeenSet =
false;
101 int m_estimatedTimeRemainingSeconds{0};
102 bool m_estimatedTimeRemainingSecondsHasBeenSet =
false;
105 bool m_targetResourceHasBeenSet =
false;
ProgressDetail & WithEstimatedTimeRemainingSeconds(int value)
double GetPercentDone() const
ProgressDetail & WithPercentDone(double value)
void SetTargetResource(TargetResourceT &&value)
void SetCurrentProgress(RobotDeploymentStep value)
int GetEstimatedTimeRemainingSeconds() const
ProgressDetail & WithTargetResource(TargetResourceT &&value)
AWS_ROBOMAKER_API ProgressDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ROBOMAKER_API ProgressDetail()=default
RobotDeploymentStep GetCurrentProgress() const
bool CurrentProgressHasBeenSet() const
ProgressDetail & WithCurrentProgress(RobotDeploymentStep value)
void SetEstimatedTimeRemainingSeconds(int value)
const Aws::String & GetTargetResource() const
bool PercentDoneHasBeenSet() const
AWS_ROBOMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ROBOMAKER_API ProgressDetail(Aws::Utils::Json::JsonView jsonValue)
bool TargetResourceHasBeenSet() const
void SetPercentDone(double value)
bool EstimatedTimeRemainingSecondsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue