Class HelloRequest
- java.lang.Object
-
- de.quantummaid.httpmaid.examples.awslambda.usecases.HelloRequest
-
public final class HelloRequest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_LENGTHStringname
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HelloRequesthelloRequest(String input)
-
-
-
Field Detail
-
MAX_LENGTH
public static final int MAX_LENGTH
- See Also:
- Constant Field Values
-
name
public final String name
-
-
Method Detail
-
helloRequest
public static HelloRequest helloRequest(String input)
-
-