Retrieves the specified <a>RegexPatternSet</a>.
Headers
Request body
The name of the set. You cannot change the name after you create the set.
A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
Response
Success
A token used for optimistic locking. WAF returns a token to your <code>get</code> and <code>list</code> requests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like <code>update</code> and <code>delete</code>. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a <code>WAFOptimisticLockException</code>. If this happens, perform another <code>get</code>, and use the new token returned by that operation.