7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/RouterDestination.h>
11#include <aws/medialive/model/RouterEncryptionType.h>
43 template <
typename DestinationsT = Aws::Vector<RouterDestination>>
45 m_destinationsHasBeenSet =
true;
46 m_destinations = std::forward<DestinationsT>(value);
48 template <
typename DestinationsT = Aws::Vector<RouterDestination>>
53 template <
typename DestinationsT = RouterDestination>
55 m_destinationsHasBeenSet =
true;
56 m_destinations.emplace_back(std::forward<DestinationsT>(value));
66 m_encryptionTypeHasBeenSet =
true;
67 m_encryptionType = value;
81 template <
typename SecretArnT = Aws::String>
83 m_secretArnHasBeenSet =
true;
84 m_secretArn = std::forward<SecretArnT>(value);
86 template <
typename SecretArnT = Aws::String>
98 bool m_destinationsHasBeenSet =
false;
99 bool m_encryptionTypeHasBeenSet =
false;
100 bool m_secretArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue