7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
35 AWS_QUICKSIGHT_API
Entity() =
default;
48 template<
typename PathT = Aws::String>
49 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
50 template<
typename PathT = Aws::String>
56 bool m_pathHasBeenSet =
false;
AWS_QUICKSIGHT_API Entity(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPath(PathT &&value)
AWS_QUICKSIGHT_API Entity()=default
Entity & WithPath(PathT &&value)
AWS_QUICKSIGHT_API Entity & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PathHasBeenSet() const
const Aws::String & GetPath() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue