Class IsValidHostLabel
- java.lang.Object
-
- software.amazon.awssdk.services.pricing.endpoints.internal.Expr
-
- software.amazon.awssdk.services.pricing.endpoints.internal.Fn
-
- software.amazon.awssdk.services.pricing.endpoints.internal.IsValidHostLabel
-
-
Constructor Summary
Constructors Constructor Description IsValidHostLabel(FnNode fnNode)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
acceptFnVisitor(FnVisitor<T> visitor)
Expr
allowDots()
protected List<Expr>
args()
Value
eval(Scope<Value> scope)
Expr
hostLabel()
static IsValidHostLabel
ofExprs(Expr expr, boolean allowDots)
-
Methods inherited from class software.amazon.awssdk.services.pricing.endpoints.internal.Fn
accept, condition, condition, equals, expectOneArg, expectTwoArgs, expectVariableArgs, getArgv, getName, hashCode, into, toString
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IsValidHostLabel
public IsValidHostLabel(FnNode fnNode)
-
-
Method Detail
-
acceptFnVisitor
public <T> T acceptFnVisitor(FnVisitor<T> visitor)
- Specified by:
acceptFnVisitor
in classFn
-
ofExprs
public static IsValidHostLabel ofExprs(Expr expr, boolean allowDots)
-
hostLabel
public Expr hostLabel()
-
allowDots
public Expr allowDots()
-
-