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.PartGetAttr.Part.Index, GetAttr.Part.Key
 
- 
 - 
Constructor SummaryConstructors Constructor Description Key(Identifier key)
 - 
Method SummaryAll 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- 
Keypublic Key(Identifier key) 
 
- 
 - 
Method Detail- 
ofpublic static GetAttr.Part.Key of(String key) 
 - 
evalpublic Value eval(Value container) - Specified by:
- evalin interface- GetAttr.Part
 
 - 
keypublic Identifier key() 
 
- 
 
-