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.Builder
builder()
boolean
getUrl()
int
hashCode()
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:ToSmithyBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToSmithyBuilder<ExpectedEndpoint>
- Returns:
- a builder for type T
-
hashCode
public int hashCode() -
equals
-