Class HttpRequestTestCase
java.lang.Object
software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
software.amazon.smithy.protocoltests.traits.HttpRequestTestCase
- All Implemented Interfaces:
- ToNode,- Tagged,- ToSmithyBuilder<HttpRequestTestCase>
public final class HttpRequestTestCase
extends HttpMessageTestCase
implements ToSmithyBuilder<HttpRequestTestCase>
Defines a test case for an HTTP request.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classBuilder used to create a HttpRequestTestsTrait.
- 
Method SummaryModifier and TypeMethodDescriptionstatic HttpRequestTestCase.Builderbuilder()static HttpRequestTestCasegetHost()getUri()Take this object and create a builder that contains all of the current property values of this object.toNode()Converts a value to aNode.Methods inherited from class software.amazon.smithy.protocoltests.traits.HttpMessageTestCaseequals, getAppliesTo, getAuthScheme, getBody, getBodyMediaType, getDocumentation, getForbidHeaders, getHeaders, getId, getParams, getProtocol, getRequireHeaders, getTags, getVendorParams, getVendorParamsShape, hashCode
- 
Method Details- 
getMethod
- 
getUri
- 
getHost
- 
getResolvedHost
- 
getQueryParams
- 
getForbidQueryParams
- 
getRequireQueryParams
- 
fromNode
- 
toNodeDescription copied from interface:ToNodeConverts a value to aNode.- Specified by:
- toNodein interface- ToNode
- Overrides:
- toNodein class- HttpMessageTestCase
- Returns:
- Returns the creates Node.
 
- 
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<HttpRequestTestCase>
- Returns:
- a builder for type T
 
- 
builder
 
-