7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
67 bool m_idHasBeenSet =
false;
70 bool m_nameHasBeenSet =
false;
bool NameHasBeenSet() const
AssetCompositeModelPathSegment & WithId(IdT &&value)
AWS_IOTSITEWISE_API AssetCompositeModelPathSegment()=default
void SetName(NameT &&value)
AssetCompositeModelPathSegment & WithName(NameT &&value)
AWS_IOTSITEWISE_API AssetCompositeModelPathSegment & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
bool IdHasBeenSet() const
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTSITEWISE_API AssetCompositeModelPathSegment(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue