Echo

smithy4s.example.PizzaAdminServiceOperation.Echo
See theEcho companion object
final case class Echo(input: EchoInput) extends PizzaAdminServiceOperation[EchoInput, Nothing, Unit, Nothing, Nothing]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PizzaAdminServiceOperation[EchoInput, Nothing, Unit, Nothing, Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def endpoint: Endpoint[PizzaAdminServiceOperation, EchoInput, Nothing, Unit, Nothing, Nothing]
def ordinal: Int
def run[F[_, _, _, _, _]](impl: PizzaAdminServiceGen[F]): F[EchoInput, Nothing, Unit, Nothing, Nothing]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product