7#include <aws/mediastore-data/MediaStoreData_EXPORTS.h>
8#include <aws/mediastore-data/MediaStoreDataRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace MediaStoreData
42 template<
typename PathT = Aws::String>
43 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
44 template<
typename PathT = Aws::String>
50 bool m_pathHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String