Class EndpointRule
java.lang.Object
software.amazon.smithy.rulesengine.language.syntax.rule.Rule
software.amazon.smithy.rulesengine.language.syntax.rule.EndpointRule
- All Implemented Interfaces:
 FromSourceLocation,ToNode,TypeCheck
A rule-set rule that specifies a resolved endpoint.
- 
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.smithy.rulesengine.language.syntax.rule.Rule
Rule.Builder - 
Field Summary
 - 
Method Summary
Modifier and TypeMethodDescription<T> Taccept(RuleValueVisitor<T> visitor) Invoke theRuleValueVisitorfunctions for this Rule.booleanRetrieves the resolved endpoint description.inthashCode()toString()protected TypetypecheckValue(Scope<Type> scope) Methods inherited from class software.amazon.smithy.rulesengine.language.syntax.rule.Rule
builder, builder, fromNode, getConditions, getDocumentation, getSourceLocation, toNode, typeCheck 
- 
Method Details
- 
getEndpoint
Retrieves the resolved endpoint description.- Returns:
 - the endpoint.
 
 - 
accept
Description copied from class:RuleInvoke theRuleValueVisitorfunctions for this Rule. - 
typecheckValue
- Specified by:
 typecheckValuein classRule
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -