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
Nested Classes - 
Method Summary
Modifier 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
 - 
getSourceLocation
Description copied from interface:FromSourceLocationGets the source location of a value.- Specified by:
 getSourceLocationin interfaceFromSourceLocation- Returns:
 - Returns the source location of the value.
 
 - 
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<EndpointTestCase>- Returns:
 - a builder for type T
 
 - 
hashCode
public int hashCode() - 
equals
 
 -