AWS SDK for C++AWS SDK for C++ Version 1.11.788 |
#include <UUID.h>
Class encapsulating a UUID. This is platform dependent. The method you are most likely interested in is RandomUUID().
Parses a GUID string into the raw data.
Sets the raw uuid data
Returns the current UUID as a GUID string
Generates a pseudo-random UUID.
Generates a UUID. It will always try to prefer a random implementation from the entropy source on the machine. If none, is available, it will fallback to the mac address and timestamp implementation.