7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ivs-realtime/model/CompositionState.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/ivs-realtime/model/DestinationSummary.h>
51 template<
typename ArnT = Aws::String>
52 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
53 template<
typename ArnT = Aws::String>
63 template<
typename StageArnT = Aws::String>
64 void SetStageArn(StageArnT&& value) { m_stageArnHasBeenSet =
true; m_stageArn = std::forward<StageArnT>(value); }
65 template<
typename StageArnT = Aws::String>
75 template<
typename DestinationsT = Aws::Vector<DestinationSummary>>
76 void SetDestinations(DestinationsT&& value) { m_destinationsHasBeenSet =
true; m_destinations = std::forward<DestinationsT>(value); }
77 template<
typename DestinationsT = Aws::Vector<DestinationSummary>>
79 template<
typename DestinationsT = DestinationSummary>
80 CompositionSummary&
AddDestinations(DestinationsT&& value) { m_destinationsHasBeenSet =
true; m_destinations.emplace_back(std::forward<DestinationsT>(value));
return *
this; }
105 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
106 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
107 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
109 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
111 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
122 template<
typename StartTimeT = Aws::Utils::DateTime>
123 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
124 template<
typename StartTimeT = Aws::Utils::DateTime>
135 template<
typename EndTimeT = Aws::Utils::DateTime>
136 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
137 template<
typename EndTimeT = Aws::Utils::DateTime>
143 bool m_arnHasBeenSet =
false;
146 bool m_stageArnHasBeenSet =
false;
149 bool m_destinationsHasBeenSet =
false;
152 bool m_stateHasBeenSet =
false;
155 bool m_tagsHasBeenSet =
false;
158 bool m_startTimeHasBeenSet =
false;
161 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