7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediatailor/model/Type.h>
49 template<
typename PathT = Aws::String>
50 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
51 template<
typename PathT = Aws::String>
62 template<
typename SourceGroupT = Aws::String>
63 void SetSourceGroup(SourceGroupT&& value) { m_sourceGroupHasBeenSet =
true; m_sourceGroup = std::forward<SourceGroupT>(value); }
64 template<
typename SourceGroupT = Aws::String>
75 inline void SetType(
Type value) { m_typeHasBeenSet =
true; m_type = value; }
81 bool m_pathHasBeenSet =
false;
84 bool m_sourceGroupHasBeenSet =
false;
87 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue