org.sisioh.aws4s.cfn.model

RichStackEvent

Related Doc: package model

final class RichStackEvent extends AnyVal with PimpedType[StackEvent]

Linear Supertypes
PimpedType[StackEvent], AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichStackEvent
  2. PimpedType
  3. AnyVal
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichStackEvent(underlying: StackEvent)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def eventIdOpt: Option[String]

  6. def eventIdOpt_=(value: Option[String]): Unit

  7. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  8. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  9. def logicalResourceIdOpt: Option[String]

  10. def logicalResourceIdOpt_=(value: Option[String]): Unit

  11. def physicalResourceIdOpt: Option[String]

  12. def physicalResourceIdOpt_=(value: Option[String]): Unit

  13. def resourcePropertiesOpt: Option[String]

  14. def resourcePropertiesOpt_=(value: Option[String]): Unit

  15. def resourceStatusOpt: Option[String]

  16. def resourceStatusOpt_=(value: Option[String]): Unit

  17. def resourceStatusReasonOpt: Option[String]

  18. def resourceStatusReasonOpt_=(value: Option[String]): Unit

  19. def resourceTypeOpt: Option[String]

  20. def resourceTypeOpt_=(value: Option[String]): Unit

  21. def stackIdOpt: Option[String]

  22. def stackIdOpt_=(value: Option[String]): Unit

  23. def stackNameOpt: Option[String]

  24. def stackNameOpt_=(value: Option[String]): Unit

  25. def timestampOpt: Option[Date]

  26. def timestampOpt_=(value: Option[Date]): Unit

  27. def toString(): String

    Definition Classes
    Any
  28. val underlying: StackEvent

    Definition Classes
    RichStackEvent → PimpedType
  29. def withEventIdOpt(value: Option[String]): StackEvent

  30. def withLogicalResourceIdOpt(value: Option[String]): StackEvent

  31. def withPhysicalResourceIdOpt(value: Option[String]): StackEvent

  32. def withResourcePropertiesOpt(value: Option[String]): StackEvent

  33. def withResourceStatusOpt(value: Option[String]): StackEvent

  34. def withResourceStatusReasonOpt(value: Option[String]): StackEvent

  35. def withResourceTypeOpt(value: Option[String]): StackEvent

  36. def withStackIdOpt(value: Option[String]): StackEvent

  37. def withStackNameOpt(value: Option[String]): StackEvent

  38. def withTimestampOpt(value: Option[Date]): StackEvent

Inherited from PimpedType[StackEvent]

Inherited from AnyVal

Inherited from Any

Ungrouped