7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/mediatailor/model/FillPolicy.h>
9#include <aws/mediatailor/model/Mode.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
72 inline void SetMode(
const Mode& value) { m_modeHasBeenSet =
true; m_mode = value; }
73 inline void SetMode(
Mode&& value) { m_modeHasBeenSet =
true; m_mode = std::move(value); }
93 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
101 bool m_fillPolicyHasBeenSet =
false;
104 bool m_modeHasBeenSet =
false;
107 bool m_valueHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue