Class EndpointTestCase
java.lang.Object
software.amazon.smithy.rulesengine.traits.EndpointTestCase
- All Implemented Interfaces:
FromSourceLocation
,ToSmithyBuilder<EndpointTestCase>
public final class EndpointTestCase
extends Object
implements FromSourceLocation, ToSmithyBuilder<EndpointTestCase>
Describes an endpoint rule-set test case.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EndpointTestCase.Builder
builder()
boolean
Gets the source location of a value.int
hashCode()
Take this object and create a builder that contains all of the current property values of this object.
-
Method Details
-
builder
-
getDocumentation
-
getParams
-
getOperationInputs
-
getExpect
-
getSourceLocation
Description copied from interface:FromSourceLocation
Gets the source location of a value.- Specified by:
getSourceLocation
in interfaceFromSourceLocation
- Returns:
- Returns the source location of the value.
-
toBuilder
Description copied from interface:ToSmithyBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToSmithyBuilder<EndpointTestCase>
- Returns:
- a builder for type T
-
hashCode
public int hashCode() -
equals
-