7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediatailor/model/Type.h>
51 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
66 inline void SetSourceGroup(
const char* value) { m_sourceGroupHasBeenSet =
true; m_sourceGroup.assign(value); }
79 inline void SetType(
const Type& value) { m_typeHasBeenSet =
true; m_type = value; }
80 inline void SetType(
Type&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
87 bool m_pathHasBeenSet =
false;
90 bool m_sourceGroupHasBeenSet =
false;
93 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue