Class ExpectedEndpoint
java.lang.Object
software.amazon.smithy.rulesengine.traits.ExpectedEndpoint
- All Implemented Interfaces:
ToSmithyBuilder<ExpectedEndpoint>
An endpoint test-case expectation.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExpectedEndpoint.Builderbuilder()booleangetUrl()inthashCode()Take this object and create a builder that contains all of the current property values of this object.
-
Constructor Details
-
ExpectedEndpoint
-
-
Method Details
-
builder
-
getUrl
-
getHeaders
-
getProperties
-
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
-