Constant
smithy4s.example.PizzaAdminServiceGen.Constant
class Constant[P[_, _, _, _, _]](value: P[Any, Nothing, Nothing, Nothing, Nothing]) extends Transformed[PizzaAdminServiceOperation, P]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
def addMenuItem(restaurant: String, menuItem: MenuItem): P1[AddMenuItemRequest, AddMenuItemError, AddMenuItemResult, Nothing, Nothing]
Attributes
- Inherited from:
- Transformed
Attributes
- Inherited from:
- Transformed
Attributes
- Inherited from:
- Transformed
Attributes
- Inherited from:
- Transformed
def getIntEnum(aa: EnumResult): P1[GetIntEnumInput, GetIntEnumError, GetIntEnumOutput, Nothing, Nothing]
Attributes
- Inherited from:
- Transformed
Attributes
- Inherited from:
- Transformed
Attributes
- Inherited from:
- Transformed
def headerEndpoint(uppercaseHeader: Option[String], capitalizedHeader: Option[String], lowercaseHeader: Option[String], mixedHeader: Option[String]): P1[HeaderEndpointData, Nothing, HeaderEndpointData, Nothing, Nothing]
Attributes
- Inherited from:
- Transformed
Attributes
- Inherited from:
- Transformed
Attributes
- Inherited from:
- Transformed
Attributes
- Inherited from:
- Transformed
def reservation(name: String, town: Option[String]): P1[ReservationInput, Nothing, ReservationOutput, Nothing, Nothing]
Attributes
- Inherited from:
- Transformed
def roundTrip(label: String, header: Option[String], query: Option[String], body: Option[String]): P1[RoundTripData, Nothing, RoundTripData, Nothing, Nothing]
Attributes
- Inherited from:
- Transformed
Attributes
- Inherited from:
- PizzaAdminServiceGen
Attributes
- Inherited from:
- Transformed
In this article