7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/ivs-realtime/IvsrealtimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ivs-realtime/model/LayoutConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/ivs-realtime/model/DestinationConfiguration.h>
15#include <aws/core/utils/UUID.h>
46 template<
typename StageArnT = Aws::String>
47 void SetStageArn(StageArnT&& value) { m_stageArnHasBeenSet =
true; m_stageArn = std::forward<StageArnT>(value); }
48 template<
typename StageArnT = Aws::String>
58 template<
typename IdempotencyTokenT = Aws::String>
59 void SetIdempotencyToken(IdempotencyTokenT&& value) { m_idempotencyTokenHasBeenSet =
true; m_idempotencyToken = std::forward<IdempotencyTokenT>(value); }
60 template<
typename IdempotencyTokenT = Aws::String>
70 template<
typename LayoutT = LayoutConfiguration>
71 void SetLayout(LayoutT&& value) { m_layoutHasBeenSet =
true; m_layout = std::forward<LayoutT>(value); }
72 template<
typename LayoutT = LayoutConfiguration>
82 template<
typename DestinationsT = Aws::Vector<DestinationConfiguration>>
83 void SetDestinations(DestinationsT&& value) { m_destinationsHasBeenSet =
true; m_destinations = std::forward<DestinationsT>(value); }
84 template<
typename DestinationsT = Aws::Vector<DestinationConfiguration>>
86 template<
typename DestinationsT = DestinationConfiguration>
102 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
103 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
104 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
106 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
108 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
114 bool m_stageArnHasBeenSet =
false;
117 bool m_idempotencyTokenHasBeenSet =
true;
119 LayoutConfiguration m_layout;
120 bool m_layoutHasBeenSet =
false;
123 bool m_destinationsHasBeenSet =
false;
126 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