62 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
67 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
238 inline void SetFailureReason(
const char* value) { m_failureReasonHasBeenSet =
true; m_failureReason.assign(value); }
289 bool m_arnHasBeenSet;
292 bool m_deploymentStartTimeHasBeenSet;
295 bool m_deploymentFinishTimeHasBeenSet;
298 bool m_statusHasBeenSet;
301 bool m_progressDetailHasBeenSet;
304 bool m_failureReasonHasBeenSet;
307 bool m_failureCodeHasBeenSet;