7#include <aws/core/utils/UUID.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/IvsrealtimeRequest.h>
12#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
13#include <aws/ivs-realtime/model/DestinationConfiguration.h>
14#include <aws/ivs-realtime/model/LayoutConfiguration.h>
19namespace ivsrealtime {
42 template <
typename StageArnT = Aws::String>
44 m_stageArnHasBeenSet =
true;
45 m_stageArn = std::forward<StageArnT>(value);
47 template <
typename StageArnT = Aws::String>
60 template <
typename IdempotencyTokenT = Aws::String>
62 m_idempotencyTokenHasBeenSet =
true;
63 m_idempotencyToken = std::forward<IdempotencyTokenT>(value);
65 template <
typename IdempotencyTokenT = Aws::String>
78 template <
typename LayoutT = LayoutConfiguration>
80 m_layoutHasBeenSet =
true;
81 m_layout = std::forward<LayoutT>(value);
83 template <
typename LayoutT = LayoutConfiguration>
96 template <
typename DestinationsT = Aws::Vector<DestinationConfiguration>>
98 m_destinationsHasBeenSet =
true;
99 m_destinations = std::forward<DestinationsT>(value);
101 template <
typename DestinationsT = Aws::Vector<DestinationConfiguration>>
106 template <
typename DestinationsT = DestinationConfiguration>
108 m_destinationsHasBeenSet =
true;
109 m_destinations.emplace_back(std::forward<DestinationsT>(value));
126 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
128 m_tagsHasBeenSet =
true;
129 m_tags = std::forward<TagsT>(value);
131 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
133 SetTags(std::forward<TagsT>(value));
136 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
138 m_tagsHasBeenSet =
true;
139 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
148 LayoutConfiguration m_layout;
153 bool m_stageArnHasBeenSet =
false;
154 bool m_idempotencyTokenHasBeenSet =
true;
155 bool m_layoutHasBeenSet =
false;
156 bool m_destinationsHasBeenSet =
false;
157 bool m_tagsHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
void SetIdempotencyToken(IdempotencyTokenT &&value)
StartCompositionRequest & WithStageArn(StageArnT &&value)
bool LayoutHasBeenSet() const
void SetDestinations(DestinationsT &&value)
StartCompositionRequest & WithTags(TagsT &&value)
StartCompositionRequest & WithLayout(LayoutT &&value)
void SetStageArn(StageArnT &&value)
StartCompositionRequest & AddDestinations(DestinationsT &&value)
StartCompositionRequest & WithDestinations(DestinationsT &&value)
const Aws::String & GetIdempotencyToken() const
void SetLayout(LayoutT &&value)
const LayoutConfiguration & GetLayout() const
StartCompositionRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Vector< DestinationConfiguration > & GetDestinations() const
bool TagsHasBeenSet() const
bool DestinationsHasBeenSet() const
void SetTags(TagsT &&value)
bool StageArnHasBeenSet() const
StartCompositionRequest & WithIdempotencyToken(IdempotencyTokenT &&value)
virtual const char * GetServiceRequestName() const override
AWS_IVSREALTIME_API StartCompositionRequest()=default
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool IdempotencyTokenHasBeenSet() const
const Aws::String & GetStageArn() const
AWS_IVSREALTIME_API Aws::String SerializePayload() const override
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