Class GetAttr
- java.lang.Object
-
- software.amazon.awssdk.services.lambda.endpoints.internal.Expr
-
- software.amazon.awssdk.services.lambda.endpoints.internal.Fn
-
- software.amazon.awssdk.services.lambda.endpoints.internal.GetAttr
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetAttr.Builderstatic interfaceGetAttr.Part
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TacceptFnVisitor(FnVisitor<T> visitor)static GetAttr.Builderbuilder()Valueeval(Scope<Value> scope)List<GetAttr.Part>path()Exprtarget()Stringtemplate()StringtoString()-
Methods inherited from class software.amazon.awssdk.services.lambda.endpoints.internal.Fn
accept, condition, condition, equals, expectOneArg, expectTwoArgs, expectVariableArgs, getArgv, getName, hashCode, into
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetAttr
public GetAttr(FnNode node)
-
-
Method Detail
-
builder
public static GetAttr.Builder builder()
-
target
public Expr target()
-
path
public List<GetAttr.Part> path() throws InnerParseError
- Throws:
InnerParseError
-
acceptFnVisitor
public <T> T acceptFnVisitor(FnVisitor<T> visitor)
- Specified by:
acceptFnVisitorin classFn
-
-