public final class HttpMalformedRequestTestCase extends java.lang.Object implements Tagged, ToSmithyBuilder<HttpMalformedRequestTestCase>
Modifier and Type | Class and Description |
---|---|
static class |
HttpMalformedRequestTestCase.Builder
Builder used to create a HttpMalformedRequestTestCase.
|
Modifier and Type | Method and Description |
---|---|
static HttpMalformedRequestTestCase.Builder |
builder() |
java.util.Optional<java.lang.String> |
getDocumentation() |
java.lang.String |
getId() |
ShapeId |
getProtocol() |
HttpMalformedRequestDefinition |
getRequest() |
HttpMalformedResponseDefinition |
getResponse() |
java.util.List<java.lang.String> |
getTags()
Gets the tags applied to an object.
|
HttpMalformedRequestTestCase.Builder |
toBuilder()
Take this object and create a builder that contains all of the
current property values of this object.
|
public java.util.Optional<java.lang.String> getDocumentation()
public java.lang.String getId()
public ShapeId getProtocol()
public HttpMalformedRequestDefinition getRequest()
public HttpMalformedResponseDefinition getResponse()
public java.util.List<java.lang.String> getTags()
Tagged
public HttpMalformedRequestTestCase.Builder toBuilder()
ToSmithyBuilder
toBuilder
in interface ToSmithyBuilder<HttpMalformedRequestTestCase>
public static HttpMalformedRequestTestCase.Builder builder()