7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ivs/IVS_EXPORTS.h>
11#include <aws/ivs/model/MediaTailorPlaybackConfiguration.h>
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
78 return m_mediaTailorPlaybackConfigurations;
81 template <
typename MediaTailorPlaybackConfigurationsT = Aws::Vector<MediaTailorPlaybackConfiguration>>
83 m_mediaTailorPlaybackConfigurationsHasBeenSet =
true;
84 m_mediaTailorPlaybackConfigurations = std::forward<MediaTailorPlaybackConfigurationsT>(value);
86 template <
typename MediaTailorPlaybackConfigurationsT = Aws::Vector<MediaTailorPlaybackConfiguration>>
91 template <
typename MediaTailorPlaybackConfigurationsT = MediaTailorPlaybackConfiguration>
93 m_mediaTailorPlaybackConfigurationsHasBeenSet =
true;
94 m_mediaTailorPlaybackConfigurations.emplace_back(std::forward<MediaTailorPlaybackConfigurationsT>(value));
111 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
113 m_tagsHasBeenSet =
true;
114 m_tags = std::forward<TagsT>(value);
116 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
118 SetTags(std::forward<TagsT>(value));
121 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
123 m_tagsHasBeenSet =
true;
124 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
136 bool m_arnHasBeenSet =
false;
137 bool m_nameHasBeenSet =
false;
138 bool m_mediaTailorPlaybackConfigurationsHasBeenSet =
false;
139 bool m_tagsHasBeenSet =
false;
AdConfigurationSummary & AddMediaTailorPlaybackConfigurations(MediaTailorPlaybackConfigurationsT &&value)
void SetName(NameT &&value)
AWS_IVS_API Aws::Utils::Json::JsonValue Jsonize() const
AdConfigurationSummary & WithTags(TagsT &&value)
AdConfigurationSummary & WithName(NameT &&value)
AWS_IVS_API AdConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< MediaTailorPlaybackConfiguration > & GetMediaTailorPlaybackConfigurations() const
bool NameHasBeenSet() const
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
AdConfigurationSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetArn() const
const Aws::String & GetName() const
bool MediaTailorPlaybackConfigurationsHasBeenSet() const
bool ArnHasBeenSet() const
AdConfigurationSummary & WithMediaTailorPlaybackConfigurations(MediaTailorPlaybackConfigurationsT &&value)
void SetArn(ArnT &&value)
AWS_IVS_API AdConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
void SetMediaTailorPlaybackConfigurations(MediaTailorPlaybackConfigurationsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AdConfigurationSummary & WithArn(ArnT &&value)
AWS_IVS_API AdConfigurationSummary()=default
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