GetEnum

smithy4s.example.PizzaAdminServiceOperation.GetEnum
See theGetEnum companion class
object GetEnum extends Endpoint[PizzaAdminServiceOperation, GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait Endpoint[PizzaAdminServiceOperation, GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing]
class Object
trait Matchable
class Any
Show all
Self type
GetEnum.type

Members list

Type members

Inherited classlikes

object Error

Attributes

Inherited from:
Endpoint
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def wrap(input: GetEnumInput): GetEnum

Inherited methods

final def error: Option[ErrorSchema[E]]

Attributes

Inherited from:
Endpoint
final def hints: Hints

Attributes

Inherited from:
Endpoint
final def id: ShapeId

Attributes

Inherited from:
Endpoint
final def input: Schema[I]

Attributes

Inherited from:
Endpoint
final def mapSchema(f: OperationSchema[GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing] => OperationSchema[GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing]): Endpoint[Op, I, E, O, SI, SO]

Attributes

Inherited from:
Endpoint
final def name: String

Attributes

Inherited from:
Endpoint
final def output: Schema[O]

Attributes

Inherited from:
Endpoint
final def streamedInput: Option[StreamingSchema[SI]]

Attributes

Inherited from:
Endpoint
final def streamedOutput: Option[StreamingSchema[SO]]

Attributes

Inherited from:
Endpoint

Deprecated and Inherited methods

final def errorschema: Option[ErrorSchema[E]]

Attributes

Deprecated
[Since version 0.18]
Inherited from:
Endpoint

Concrete fields

val schema: OperationSchema[GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing]