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>
55 bool m_idHasBeenSet =
false;
const Aws::String & GetId() const
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdHasBeenSet() const
AWS_IOTSITEWISE_API GroupIdentity(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API GroupIdentity & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API GroupIdentity()=default
GroupIdentity & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue