Class EndpointTestOperationInput
java.lang.Object
software.amazon.smithy.rulesengine.traits.EndpointTestOperationInput
- All Implemented Interfaces:
- FromSourceLocation,- ToSmithyBuilder<EndpointTestOperationInput>
public final class EndpointTestOperationInput
extends Object
implements FromSourceLocation, ToSmithyBuilder<EndpointTestOperationInput>
A description of a service operation and input used to verify an endpoint rule-set test case.
- 
Method Details- 
builder
- 
getOperationName
- 
getOperationParams
- 
getBuiltInParams
- 
getClientParams
- 
getSourceLocationDescription copied from interface:FromSourceLocationGets the source location of a value.- Specified by:
- getSourceLocationin interface- FromSourceLocation
- Returns:
- Returns the source location of the value.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toBuilderDescription copied from interface:ToSmithyBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToSmithyBuilder<EndpointTestOperationInput>
- Returns:
- a builder for type T
 
 
-