7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename InputDeviceIdT = Aws::String>
46 void SetInputDeviceId(InputDeviceIdT&& value) { m_inputDeviceIdHasBeenSet =
true; m_inputDeviceId = std::forward<InputDeviceIdT>(value); }
47 template<
typename InputDeviceIdT = Aws::String>
53 bool m_inputDeviceIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String