7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ParentAssetIdT = Aws::String>
48 void SetParentAssetId(ParentAssetIdT&& value) { m_parentAssetIdHasBeenSet =
true; m_parentAssetId = std::forward<ParentAssetIdT>(value); }
49 template<
typename ParentAssetIdT = Aws::String>
59 template<
typename ChildAssetIdT = Aws::String>
60 void SetChildAssetId(ChildAssetIdT&& value) { m_childAssetIdHasBeenSet =
true; m_childAssetId = std::forward<ChildAssetIdT>(value); }
61 template<
typename ChildAssetIdT = Aws::String>
67 bool m_parentAssetIdHasBeenSet =
false;
70 bool m_childAssetIdHasBeenSet =
false;
bool ChildAssetIdHasBeenSet() const
AWS_IOTSITEWISE_API AssetHierarchyInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetParentAssetId() const
AssetHierarchyInfo & WithChildAssetId(ChildAssetIdT &&value)
void SetParentAssetId(ParentAssetIdT &&value)
const Aws::String & GetChildAssetId() const
bool ParentAssetIdHasBeenSet() const
AWS_IOTSITEWISE_API AssetHierarchyInfo(Aws::Utils::Json::JsonView jsonValue)
AssetHierarchyInfo & WithParentAssetId(ParentAssetIdT &&value)
AWS_IOTSITEWISE_API AssetHierarchyInfo()=default
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetChildAssetId(ChildAssetIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue