Class HttpResponseTestCase
- java.lang.Object
-
- software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
-
- software.amazon.smithy.protocoltests.traits.HttpResponseTestCase
-
- All Implemented Interfaces:
ToNode,Tagged,ToSmithyBuilder<HttpResponseTestCase>
public final class HttpResponseTestCase extends HttpMessageTestCase implements ToSmithyBuilder<HttpResponseTestCase>
Defines a test case for an HTTP response.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpResponseTestCase.BuilderBuilder used to create a HttpResponseTestCase.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpResponseTestCase.Builderbuilder()intgetCode()HttpResponseTestCase.BuildertoBuilder()Take this object and create a builder that contains all of the current property values of this object.NodetoNode()Converts a value to aNode.-
Methods inherited from class software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
equals, getAppliesTo, getAuthScheme, getBody, getBodyMediaType, getDocumentation, getForbidHeaders, getHeaders, getId, getParams, getProtocol, getRequireHeaders, getTags, getVendorParams, getVendorParamsShape, hashCode
-
-
-
-
Method Detail
-
getCode
public int getCode()
-
toNode
public Node toNode()
Description copied from interface:ToNodeConverts a value to aNode.- Specified by:
toNodein interfaceToNode- Overrides:
toNodein classHttpMessageTestCase- Returns:
- Returns the creates Node.
-
toBuilder
public HttpResponseTestCase.Builder 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<HttpResponseTestCase>- Returns:
- a builder for type T
-
builder
public static HttpResponseTestCase.Builder builder()
-
-