Class GetAttr.Part.Key
- java.lang.Object
-
- software.amazon.awssdk.services.dynamodb.endpoints.internal.GetAttr.Part.Key
-
- All Implemented Interfaces:
GetAttr.Part
- Enclosing interface:
- GetAttr.Part
public static final class GetAttr.Part.Key extends Object implements GetAttr.Part
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.amazon.awssdk.services.dynamodb.endpoints.internal.GetAttr.Part
GetAttr.Part.Index, GetAttr.Part.Key
-
-
Constructor Summary
Constructors Constructor Description Key(Identifier key)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Valueeval(Value container)inthashCode()Identifierkey()static GetAttr.Part.Keyof(String key)StringtoString()
-
-
-
Constructor Detail
-
Key
public Key(Identifier key)
-
-
Method Detail
-
of
public static GetAttr.Part.Key of(String key)
-
eval
public Value eval(Value container)
- Specified by:
evalin interfaceGetAttr.Part
-
key
public Identifier key()
-
-