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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder used to create a HttpMalformedRequestTestCase. -
Method Summary
-
Method Details
-
getDocumentation
-
getId
-
getProtocol
-
getRequest
-
getResponse
-
getTags
Description copied from interface:TaggedGets the tags applied to an object. -
toBuilder
Description copied from interface:ToSmithyBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToSmithyBuilder<HttpMalformedRequestTestCase>- Returns:
- a builder for type T
-
builder
-