Class GetAttr.Part.Key
- java.lang.Object
-
- software.amazon.awssdk.services.sqs.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.sqs.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 boolean
equals(Object obj)
Value
eval(Value container)
int
hashCode()
Identifier
key()
static GetAttr.Part.Key
of(String key)
String
toString()
-
-
-
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:
eval
in interfaceGetAttr.Part
-
key
public Identifier key()
-
-