7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
12#include <aws/ivs-realtime/model/CompositionState.h>
13#include <aws/ivs-realtime/model/DestinationSummary.h>
24namespace ivsrealtime {
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
63 template <
typename StageArnT = Aws::String>
65 m_stageArnHasBeenSet =
true;
66 m_stageArn = std::forward<StageArnT>(value);
68 template <
typename StageArnT = Aws::String>
81 template <
typename DestinationsT = Aws::Vector<DestinationSummary>>
83 m_destinationsHasBeenSet =
true;
84 m_destinations = std::forward<DestinationsT>(value);
86 template <
typename DestinationsT = Aws::Vector<DestinationSummary>>
91 template <
typename DestinationsT = DestinationSummary>
93 m_destinationsHasBeenSet =
true;
94 m_destinations.emplace_back(std::forward<DestinationsT>(value));
106 m_stateHasBeenSet =
true;
127 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
129 m_tagsHasBeenSet =
true;
130 m_tags = std::forward<TagsT>(value);
132 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
134 SetTags(std::forward<TagsT>(value));
137 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
139 m_tagsHasBeenSet =
true;
140 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
152 template <
typename StartTimeT = Aws::Utils::DateTime>
154 m_startTimeHasBeenSet =
true;
155 m_startTime = std::forward<StartTimeT>(value);
157 template <
typename StartTimeT = Aws::Utils::DateTime>
171 template <
typename EndTimeT = Aws::Utils::DateTime>
173 m_endTimeHasBeenSet =
true;
174 m_endTime = std::forward<EndTimeT>(value);
176 template <
typename EndTimeT = Aws::Utils::DateTime>
196 bool m_arnHasBeenSet =
false;
197 bool m_stageArnHasBeenSet =
false;
198 bool m_destinationsHasBeenSet =
false;
199 bool m_stateHasBeenSet =
false;
200 bool m_tagsHasBeenSet =
false;
201 bool m_startTimeHasBeenSet =
false;
202 bool m_endTimeHasBeenSet =
false;
void SetStartTime(StartTimeT &&value)
void SetTags(TagsT &&value)
AWS_IVSREALTIME_API CompositionSummary()=default
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_IVSREALTIME_API CompositionSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetEndTime() const
CompositionSummary & WithStageArn(StageArnT &&value)
bool ArnHasBeenSet() const
CompositionSummary & WithDestinations(DestinationsT &&value)
const Aws::String & GetArn() const
CompositionSummary & WithArn(ArnT &&value)
bool StageArnHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
const Aws::String & GetStageArn() const
bool StateHasBeenSet() const
const Aws::Vector< DestinationSummary > & GetDestinations() const
CompositionState GetState() const
bool DestinationsHasBeenSet() const
CompositionSummary & WithEndTime(EndTimeT &&value)
void SetEndTime(EndTimeT &&value)
CompositionSummary & WithTags(TagsT &&value)
CompositionSummary & AddDestinations(DestinationsT &&value)
void SetArn(ArnT &&value)
bool EndTimeHasBeenSet() const
CompositionSummary & WithStartTime(StartTimeT &&value)
void SetDestinations(DestinationsT &&value)
void SetStageArn(StageArnT &&value)
CompositionSummary & WithState(CompositionState value)
bool StartTimeHasBeenSet() const
CompositionSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IVSREALTIME_API CompositionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetState(CompositionState value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue