Class RuleFunctionMirror
- java.lang.Object
-
- software.amazon.awssdk.codegen.poet.rules2.RuleFunctionMirror
-
public final class RuleFunctionMirror extends Object
Represents a function from the endpoint rules set standard library.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,RuleType>arguments()static software.amazon.awssdk.codegen.poet.rules2.RuleFunctionMirror.Builderbuilder(String name)RuleTypecontainingType()StringjavaName()booleanmatches(List<RuleType> argv)Stringname()RuleTypereturns()
-