68 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
75 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
138 bool m_idHasBeenSet =
false;
141 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String