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/medialive/MediaLiveRequest.h>
11#include <aws/medialive/MediaLive_EXPORTS.h>
12#include <aws/medialive/model/InputWhitelistRuleCidr.h>
44 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
46 m_tagsHasBeenSet =
true;
47 m_tags = std::forward<TagsT>(value);
49 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
51 SetTags(std::forward<TagsT>(value));
54 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
56 m_tagsHasBeenSet =
true;
57 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
68 template <
typename WhitelistRulesT = Aws::Vector<InputWhitelistRuleC
idr>>
70 m_whitelistRulesHasBeenSet =
true;
71 m_whitelistRules = std::forward<WhitelistRulesT>(value);
73 template <
typename WhitelistRulesT = Aws::Vector<InputWhitelistRuleC
idr>>
78 template <
typename WhitelistRulesT = InputWhitelistRuleC
idr>
80 m_whitelistRulesHasBeenSet =
true;
81 m_whitelistRules.emplace_back(std::forward<WhitelistRulesT>(value));
89 bool m_tagsHasBeenSet =
false;
90 bool m_whitelistRulesHasBeenSet =
false;
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