Class HttpMalformedResponseBodyDefinition
java.lang.Object
software.amazon.smithy.protocoltests.traits.HttpMalformedResponseBodyDefinition
- All Implemented Interfaces:
 ToNode,ToSmithyBuilder<HttpMalformedResponseBodyDefinition>
public final class HttpMalformedResponseBodyDefinition
extends Object
implements ToNode, ToSmithyBuilder<HttpMalformedResponseBodyDefinition>
Defines the response expected by an HttpMalformedRequest test case.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder used to create a HttpMalformedResponseBodyDefinition. - 
Method Summary
 
- 
Method Details
- 
getContents
 - 
getMediaType
 - 
getMessageRegex
 - 
fromNode
 - 
toNode
Description copied from interface:ToNodeConverts a value to aNode. - 
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<HttpMalformedResponseBodyDefinition>- Returns:
 - a builder for type T
 
 - 
builder
 
 -