7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/InputDeviceTransferType.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename MessageT = Aws::String>
62 m_messageHasBeenSet =
true;
63 m_message = std::forward<MessageT>(value);
65 template <
typename MessageT = Aws::String>
78 template <
typename TargetCustomerIdT = Aws::String>
80 m_targetCustomerIdHasBeenSet =
true;
81 m_targetCustomerId = std::forward<TargetCustomerIdT>(value);
83 template <
typename TargetCustomerIdT = Aws::String>
97 m_transferTypeHasBeenSet =
true;
98 m_transferType = value;
113 bool m_idHasBeenSet =
false;
114 bool m_messageHasBeenSet =
false;
115 bool m_targetCustomerIdHasBeenSet =
false;
116 bool m_transferTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue