Class Template.Literal
- java.lang.Object
-
- software.amazon.awssdk.services.firehose.endpoints.internal.Template.Part
-
- software.amazon.awssdk.services.firehose.endpoints.internal.Template.Literal
-
- Enclosing class:
- Template
public static class Template.Literal extends Template.Part
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getValue()
int
hashCode()
String
toString()
static Template.Literal
unescape(String value)
-
-
-
Constructor Detail
-
Literal
public Literal(String value)
-
-
Method Detail
-
unescape
public static Template.Literal unescape(String value)
-
getValue
public String getValue()
-
-