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
Modifier and TypeClassDescriptionstatic final class
Builder used to create a HttpMalformedRequestTestCase. -
Method Summary
-
Method Details
-
getDocumentation
-
getId
-
getProtocol
-
getRequest
-
getResponse
-
getTags
Description copied from interface:Tagged
Gets the tags applied to an object. -
toBuilder
Description copied from interface:ToSmithyBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToSmithyBuilder<HttpMalformedRequestTestCase>
- Returns:
- a builder for type T
-
builder
-