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 SummaryNested ClassesModifier and TypeClassDescriptionstatic final classBuilder used to create a HttpMalformedResponseBodyDefinition.
- 
Method Summary
- 
Method Details- 
getContents
- 
getMediaType
- 
getMessageRegex
- 
fromNode
- 
toNodeDescription copied from interface:ToNodeConverts a value to aNode.
- 
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<HttpMalformedResponseBodyDefinition>
- Returns:
- a builder for type T
 
- 
builder
 
-