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 SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic EndpointTestCase.Builderbuilder()booleanGets the source location of a value.inthashCode()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
- 
getSourceLocationDescription copied from interface:FromSourceLocationGets the source location of a value.- Specified by:
- getSourceLocationin interface- FromSourceLocation
- Returns:
- Returns the source location of the value.
 
- 
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<EndpointTestCase>
- Returns:
- a builder for type T
 
- 
hashCodepublic int hashCode()
- 
equals
 
-