7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/medialive/model/InputWhitelistRuleCidr.h>
48 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
49 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
50 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
52 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
54 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
64 template<
typename WhitelistRulesT = Aws::Vector<InputWhitelistRuleC
idr>>
65 void SetWhitelistRules(WhitelistRulesT&& value) { m_whitelistRulesHasBeenSet =
true; m_whitelistRules = std::forward<WhitelistRulesT>(value); }
66 template<
typename WhitelistRulesT = Aws::Vector<InputWhitelistRuleC
idr>>
68 template<
typename WhitelistRulesT = InputWhitelistRuleC
idr>
74 bool m_tagsHasBeenSet =
false;
77 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