PathComparator

smithy.waiters.PathComparator$
See thePathComparator companion class

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
trait HasId
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object ALL_STRING_EQUALS extends PathComparator

Matches if all values in the list matches the expected string.

Matches if all values in the list matches the expected string.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object ANY_STRING_EQUALS extends PathComparator

Matches if any value in the list matches the expected string.

Matches if any value in the list matches the expected string.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object BOOLEAN_EQUALS extends PathComparator

Matches if the return value is a boolean that is equal to the string literal 'true' or 'false'.

Matches if the return value is a boolean that is equal to the string literal 'true' or 'false'.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object STRING_EQUALS extends PathComparator

Matches if the return value is a string that is equal to the expected string.

Matches if the return value is a string that is equal to the expected string.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Inherited classlikes

object hint

Attributes

Inherited from:
Companion
Graph
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

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

final def fromOrdinal(s: Int): Option[E]

Attributes

Inherited from:
Enumeration
final def fromString(s: String): Option[E]

Attributes

Inherited from:
Enumeration
final override def getTag: ShapeTag[A]

Attributes

Definition Classes
Inherited from:
Companion

Concrete fields

val id: ShapeId

Inherited fields

Attributes

Inherited from:
Enumeration
lazy val valueMap: Map[String, PathComparator]

Attributes

Inherited from:
Enumeration

Implicits

Implicits

Inherited implicits

Attributes

Inherited from:
Companion