SuccessCase

smithy.waiters.Matcher.SuccessCase
See theSuccessCase companion object
final case class SuccessCase(success: Boolean) extends Matcher

When set to true, matches when an operation returns a successful response. When set to false, matches when an operation fails with any error.

Attributes

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

Members list

Type members

Inherited classlikes

object project

Attributes

Inherited from:
Matcher
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

final def $ordinal: Int

Inherited methods

def accept[A](visitor: Visitor[A]): A

Attributes

Inherited from:
Matcher

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def widen: Matcher

Attributes

Inherited from:
Matcher