Class HttpMalformedRequestTestCase
java.lang.Object
software.amazon.smithy.protocoltests.traits.HttpMalformedRequestTestCase
- All Implemented Interfaces:
- Tagged,- ToSmithyBuilder<HttpMalformedRequestTestCase>
public final class HttpMalformedRequestTestCase
extends Object
implements Tagged, ToSmithyBuilder<HttpMalformedRequestTestCase>
Defines a test case for malformed HTTP requests.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classBuilder used to create a HttpMalformedRequestTestCase.
- 
Method Summary
- 
Method Details- 
getDocumentation
- 
getId
- 
getProtocol
- 
getRequest
- 
getResponse
- 
getTagsDescription copied from interface:TaggedGets the tags applied to an object.
- 
toBuilderDescription copied from interface:ToSmithyBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToSmithyBuilder<HttpMalformedRequestTestCase>
- Returns:
- a builder for type T
 
- 
builder
 
-