creatorRequestId property
A unique string that identifies the request and that allows failed
RegisterInstance
requests to be retried without the risk of
executing the operation twice. You must use a unique
CreatorRequestId
string every time you submit a
RegisterInstance
request if you're registering additional
instances for the same namespace and service. CreatorRequestId
can be any unique string, for example, a date/time stamp.
Implementation
final String? creatorRequestId;