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/RouterDestinationSettings.h>
11#include <aws/medialive/model/RouterEncryptionType.h>
45 template <
typename DestinationsT = Aws::Vector<RouterDestinationSettings>>
47 m_destinationsHasBeenSet =
true;
48 m_destinations = std::forward<DestinationsT>(value);
50 template <
typename DestinationsT = Aws::Vector<RouterDestinationSettings>>
55 template <
typename DestinationsT = RouterDestinationSettings>
57 m_destinationsHasBeenSet =
true;
58 m_destinations.emplace_back(std::forward<DestinationsT>(value));
68 m_encryptionTypeHasBeenSet =
true;
69 m_encryptionType = value;
83 template <
typename SecretArnT = Aws::String>
85 m_secretArnHasBeenSet =
true;
86 m_secretArn = std::forward<SecretArnT>(value);
88 template <
typename SecretArnT = Aws::String>
100 bool m_destinationsHasBeenSet =
false;
101 bool m_encryptionTypeHasBeenSet =
false;
102 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