7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/ConnectionMode.h>
42 template <
typename EncryptionPassphraseSecretArnT = Aws::String>
44 m_encryptionPassphraseSecretArnHasBeenSet =
true;
45 m_encryptionPassphraseSecretArn = std::forward<EncryptionPassphraseSecretArnT>(value);
47 template <
typename EncryptionPassphraseSecretArnT = Aws::String>
60 template <
typename StreamIdT = Aws::String>
62 m_streamIdHasBeenSet =
true;
63 m_streamId = std::forward<StreamIdT>(value);
65 template <
typename StreamIdT = Aws::String>
78 template <
typename UrlT = Aws::String>
80 m_urlHasBeenSet =
true;
81 m_url = std::forward<UrlT>(value);
83 template <
typename UrlT = Aws::String>
85 SetUrl(std::forward<UrlT>(value));
98 m_connectionModeHasBeenSet =
true;
99 m_connectionMode = value;
115 m_listenerPortHasBeenSet =
true;
116 m_listenerPort = value;
132 int m_listenerPort{0};
133 bool m_encryptionPassphraseSecretArnHasBeenSet =
false;
134 bool m_streamIdHasBeenSet =
false;
135 bool m_urlHasBeenSet =
false;
136 bool m_connectionModeHasBeenSet =
false;
137 bool m_listenerPortHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue