7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/mediatailor/model/Mode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mediatailor/model/FillPolicy.h>
57 inline void SetMode(
Mode value) { m_modeHasBeenSet =
true; m_mode = value; }
74 template<
typename ValueT = Aws::String>
75 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
76 template<
typename ValueT = Aws::String>
95 bool m_modeHasBeenSet =
false;
98 bool m_valueHasBeenSet =
false;
101 bool m_fillPolicyHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue