Class EndpointTestExpectation
java.lang.Object
software.amazon.smithy.rulesengine.traits.EndpointTestExpectation
- All Implemented Interfaces:
FromSourceLocation
,ToSmithyBuilder<EndpointTestExpectation>
public final class EndpointTestExpectation
extends Object
implements FromSourceLocation, ToSmithyBuilder<EndpointTestExpectation>
An endpoint test case expectation.
-
Method Details
-
builder
-
getError
-
getEndpoint
-
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<EndpointTestExpectation>
- Returns:
- a builder for type T
-
hashCode
public int hashCode() -
equals
-