7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
48 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
62 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
75 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
76 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
90 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
98 bool m_arnHasBeenSet =
false;
101 bool m_codeHasBeenSet =
false;
104 bool m_idHasBeenSet =
false;
107 bool m_messageHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue