/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An operation performed by the control.See Also:
AWS
* API Reference
The time that the operation finished.
*/ inline const Aws::Utils::DateTime& GetEndTime() const{ return m_endTime; } /** *The time that the operation finished.
*/ inline bool EndTimeHasBeenSet() const { return m_endTimeHasBeenSet; } /** *The time that the operation finished.
*/ inline void SetEndTime(const Aws::Utils::DateTime& value) { m_endTimeHasBeenSet = true; m_endTime = value; } /** *The time that the operation finished.
*/ inline void SetEndTime(Aws::Utils::DateTime&& value) { m_endTimeHasBeenSet = true; m_endTime = std::move(value); } /** *The time that the operation finished.
*/ inline ControlOperation& WithEndTime(const Aws::Utils::DateTime& value) { SetEndTime(value); return *this;} /** *The time that the operation finished.
*/ inline ControlOperation& WithEndTime(Aws::Utils::DateTime&& value) { SetEndTime(std::move(value)); return *this;} /** *One of ENABLE_CONTROL
or DISABLE_CONTROL
.
One of ENABLE_CONTROL
or DISABLE_CONTROL
.
One of ENABLE_CONTROL
or DISABLE_CONTROL
.
One of ENABLE_CONTROL
or DISABLE_CONTROL
.
One of ENABLE_CONTROL
or DISABLE_CONTROL
.
One of ENABLE_CONTROL
or DISABLE_CONTROL
.
The time that the operation began.
*/ inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; } /** *The time that the operation began.
*/ inline bool StartTimeHasBeenSet() const { return m_startTimeHasBeenSet; } /** *The time that the operation began.
*/ inline void SetStartTime(const Aws::Utils::DateTime& value) { m_startTimeHasBeenSet = true; m_startTime = value; } /** *The time that the operation began.
*/ inline void SetStartTime(Aws::Utils::DateTime&& value) { m_startTimeHasBeenSet = true; m_startTime = std::move(value); } /** *The time that the operation began.
*/ inline ControlOperation& WithStartTime(const Aws::Utils::DateTime& value) { SetStartTime(value); return *this;} /** *The time that the operation began.
*/ inline ControlOperation& WithStartTime(Aws::Utils::DateTime&& value) { SetStartTime(std::move(value)); return *this;} /** *One of IN_PROGRESS
, SUCEEDED
, or
* FAILED
.
One of IN_PROGRESS
, SUCEEDED
, or
* FAILED
.
One of IN_PROGRESS
, SUCEEDED
, or
* FAILED
.
One of IN_PROGRESS
, SUCEEDED
, or
* FAILED
.
One of IN_PROGRESS
, SUCEEDED
, or
* FAILED
.
One of IN_PROGRESS
, SUCEEDED
, or
* FAILED
.
If the operation result is FAILED
, this string contains a
* message explaining why the operation failed.
If the operation result is FAILED
, this string contains a
* message explaining why the operation failed.
If the operation result is FAILED
, this string contains a
* message explaining why the operation failed.
If the operation result is FAILED
, this string contains a
* message explaining why the operation failed.
If the operation result is FAILED
, this string contains a
* message explaining why the operation failed.
If the operation result is FAILED
, this string contains a
* message explaining why the operation failed.
If the operation result is FAILED
, this string contains a
* message explaining why the operation failed.
If the operation result is FAILED
, this string contains a
* message explaining why the operation failed.