76 inline void SetLifecycleEventName(
const char* value) { m_lifecycleEventNameHasBeenSet =
true; m_lifecycleEventName.assign(value); }
262 bool m_lifecycleEventNameHasBeenSet =
false;
265 bool m_diagnosticsHasBeenSet =
false;
268 bool m_startTimeHasBeenSet =
false;
271 bool m_endTimeHasBeenSet =
false;
274 bool m_statusHasBeenSet =
false;
#define AWS_CODEDEPLOY_API
bool LifecycleEventNameHasBeenSet() const
void SetDiagnostics(const Diagnostics &value)
AWS_CODEDEPLOY_API LifecycleEvent()
bool EndTimeHasBeenSet() const
void SetStatus(const LifecycleEventStatus &value)
void SetLifecycleEventName(const char *value)
const Diagnostics & GetDiagnostics() const
void SetStartTime(Aws::Utils::DateTime &&value)
const LifecycleEventStatus & GetStatus() const
LifecycleEvent & WithStartTime(Aws::Utils::DateTime &&value)
AWS_CODEDEPLOY_API LifecycleEvent(Aws::Utils::Json::JsonView jsonValue)
void SetLifecycleEventName(Aws::String &&value)
void SetLifecycleEventName(const Aws::String &value)
LifecycleEvent & WithEndTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetEndTime() const
LifecycleEvent & WithStartTime(const Aws::Utils::DateTime &value)
LifecycleEvent & WithDiagnostics(Diagnostics &&value)
LifecycleEvent & WithStatus(const LifecycleEventStatus &value)
bool DiagnosticsHasBeenSet() const
LifecycleEvent & WithLifecycleEventName(Aws::String &&value)
LifecycleEvent & WithDiagnostics(const Diagnostics &value)
LifecycleEvent & WithLifecycleEventName(const char *value)
LifecycleEvent & WithStatus(LifecycleEventStatus &&value)
void SetStatus(LifecycleEventStatus &&value)
AWS_CODEDEPLOY_API LifecycleEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StartTimeHasBeenSet() const
void SetDiagnostics(Diagnostics &&value)
void SetEndTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetStartTime() const
const Aws::String & GetLifecycleEventName() const
AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
void SetEndTime(Aws::Utils::DateTime &&value)
void SetStartTime(const Aws::Utils::DateTime &value)
LifecycleEvent & WithLifecycleEventName(const Aws::String &value)
LifecycleEvent & WithEndTime(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String