7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/InputDeviceTransferType.h>
49 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
50 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
64 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
78 inline void SetTargetCustomerId(
const char* value) { m_targetCustomerIdHasBeenSet =
true; m_targetCustomerId.assign(value); }
98 bool m_idHasBeenSet =
false;
101 bool m_messageHasBeenSet =
false;
104 bool m_targetCustomerIdHasBeenSet =
false;
107 bool m_transferTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue