7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
10#include <aws/ivs-realtime/model/DestinationState.h>
21namespace ivsrealtime {
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
61 m_stateHasBeenSet =
true;
77 template <
typename StartTimeT = Aws::Utils::DateTime>
79 m_startTimeHasBeenSet =
true;
80 m_startTime = std::forward<StartTimeT>(value);
82 template <
typename StartTimeT = Aws::Utils::DateTime>
96 template <
typename EndTimeT = Aws::Utils::DateTime>
98 m_endTimeHasBeenSet =
true;
99 m_endTime = std::forward<EndTimeT>(value);
101 template <
typename EndTimeT = Aws::Utils::DateTime>
115 bool m_idHasBeenSet =
false;
116 bool m_stateHasBeenSet =
false;
117 bool m_startTimeHasBeenSet =
false;
118 bool m_endTimeHasBeenSet =
false;
void SetStartTime(StartTimeT &&value)
AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEndTime(EndTimeT &&value)
AWS_IVSREALTIME_API DestinationSummary(Aws::Utils::Json::JsonView jsonValue)
DestinationSummary & WithState(DestinationState value)
DestinationSummary & WithEndTime(EndTimeT &&value)
bool StartTimeHasBeenSet() const
bool IdHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
bool EndTimeHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
DestinationState GetState() const
bool StateHasBeenSet() const
AWS_IVSREALTIME_API DestinationSummary()=default
AWS_IVSREALTIME_API DestinationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetState(DestinationState value)
DestinationSummary & WithId(IdT &&value)
const Aws::String & GetId() const
DestinationSummary & WithStartTime(StartTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue