QueryParams

org.elasticmq.rest.sqs.model.RequestPayload.QueryParams
final case class QueryParams(params: Map[String, String], xRayTracingHeader: Option[String]) extends RequestPayload

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def action: String

Attributes

Definition Classes
def readAs[A](implicit fpr: FlatParamsReader[A]): A

Inherited methods

def action(requiredAction: Value): Directive0

Attributes

Inherited from:
RequestPayload
def as[A : FlatParamsReader]: A

Attributes

Inherited from:
RequestPayload
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product