AWS SDK for C++
1.8.129
AWS SDK for C++
|
Go to the documentation of this file.
59 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
64 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
GroupIdentity & WithId(Aws::String &&value)
void SetId(Aws::String &&value)
bool IdHasBeenSet() const
#define AWS_IOTSITEWISE_API
const Aws::String & GetId() const
void SetId(const char *value)
GroupIdentity & WithId(const char *value)
void SetId(const Aws::String &value)
GroupIdentity(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue Jsonize() const
GroupIdentity & WithId(const Aws::String &value)
GroupIdentity & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String