Class ExpectedEndpoint
java.lang.Object
software.amazon.smithy.rulesengine.traits.ExpectedEndpoint
- All Implemented Interfaces:
 FromSourceLocation,ToSmithyBuilder<ExpectedEndpoint>
public final class ExpectedEndpoint
extends Object
implements FromSourceLocation, ToSmithyBuilder<ExpectedEndpoint>
An endpoint test-case expectation.
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ExpectedEndpoint.Builderbuilder()booleanGets the source location of a value.getUrl()inthashCode()Take this object and create a builder that contains all of the current property values of this object.toString() 
- 
Constructor Details
- 
ExpectedEndpoint
 
 - 
 - 
Method Details
- 
builder
 - 
getUrl
 - 
getHeaders
 - 
getProperties
 - 
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<ExpectedEndpoint>- Returns:
 - a builder for type T
 
 - 
hashCode
public int hashCode() - 
equals
 - 
toString
 
 -