id property
The identifier of the test case. This identifier can be used by protocol test implementations to filter out unsupported test cases by ID, to generate test case names, etc. The provided id MUST match Smithy's smithy:identifier ABNF. No two httpRequestTests test cases can share the same ID.
Implementation
final String id;