7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs-realtime/model/DestinationState.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
71 template<
typename StartTimeT = Aws::Utils::DateTime>
72 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
73 template<
typename StartTimeT = Aws::Utils::DateTime>
84 template<
typename EndTimeT = Aws::Utils::DateTime>
85 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
86 template<
typename EndTimeT = Aws::Utils::DateTime>
92 bool m_idHasBeenSet =
false;
95 bool m_stateHasBeenSet =
false;
98 bool m_startTimeHasBeenSet =
false;
101 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