#include <LaunchExecution.h>
|
template<typename EndedTimeT = Aws::Utils::DateTime>
template<typename EndedTimeT = Aws::Utils::DateTime>
|
template<typename StartedTimeT = Aws::Utils::DateTime>
template<typename StartedTimeT = Aws::Utils::DateTime>
This structure contains information about the start and end times of the launch.
See Also:
AWS API Reference
Definition at line 32 of file LaunchExecution.h.
◆ LaunchExecution() [1/2]
AWS_CLOUDWATCHEVIDENTLY_API Aws::CloudWatchEvidently::Model::LaunchExecution::LaunchExecution
(
)
default
◆ LaunchExecution() [2/2]
AWS_CLOUDWATCHEVIDENTLY_API Aws::CloudWatchEvidently::Model::LaunchExecution::LaunchExecution
(
Aws::Utils::Json::JsonView
jsonValue)
◆ EndedTimeHasBeenSet()
bool Aws::CloudWatchEvidently::Model::LaunchExecution::EndedTimeHasBeenSet
(
)
const
inline
◆ GetEndedTime()
const Aws::Utils::DateTime & Aws::CloudWatchEvidently::Model::LaunchExecution::GetEndedTime
(
)
const
inline
◆ GetStartedTime()
const Aws::Utils::DateTime & Aws::CloudWatchEvidently::Model::LaunchExecution::GetStartedTime
(
)
const
inline
◆ Jsonize()
◆ operator=()
◆ SetEndedTime()
template<typename EndedTimeT = Aws::Utils::DateTime>
void Aws::CloudWatchEvidently::Model::LaunchExecution::SetEndedTime
(
EndedTimeT &&
value)
inline
◆ SetStartedTime()
template<typename StartedTimeT = Aws::Utils::DateTime>
void Aws::CloudWatchEvidently::Model::LaunchExecution::SetStartedTime
(
StartedTimeT &&
value)
inline
◆ StartedTimeHasBeenSet()
bool Aws::CloudWatchEvidently::Model::LaunchExecution::StartedTimeHasBeenSet
(
)
const
inline
◆ WithEndedTime()
template<typename EndedTimeT = Aws::Utils::DateTime>
LaunchExecution & Aws::CloudWatchEvidently::Model::LaunchExecution::WithEndedTime
(
EndedTimeT &&
value)
inline
◆ WithStartedTime()
template<typename StartedTimeT = Aws::Utils::DateTime>
LaunchExecution & Aws::CloudWatchEvidently::Model::LaunchExecution::WithStartedTime
(
StartedTimeT &&
value)
inline
The documentation for this class was generated from the following file: