org.sisioh.aws4s.cfn.model

RichStack

final class RichStack extends AnyVal with PimpedType[Stack]

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

Instance Constructors

  1. new RichStack(underlying: Stack)

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 capabilities: Seq[String]

  6. def capabilities_=(value: Seq[String]): Unit

  7. def creationTimeOpt: Option[Date]

  8. def creationTimeOpt_=(value: Option[Date]): Unit

  9. def descriptionOpt: Option[String]

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

  11. def disableRollbackOpt(value: Option[Boolean]): Unit

  12. def disableRollbackOpt: Option[Boolean]

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

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

    Definition Classes
    Any
  15. def lastUpdatedTimeOpt: Option[Date]

  16. def lastUpdatedTimeOpt_=(value: Option[Date]): Unit

  17. def notificationARNs: Seq[String]

  18. def notificationARNs_=(value: Seq[String]): Unit

  19. def outputs: Seq[Output]

  20. def outputs_=(value: Seq[Output]): Unit

  21. def parameters: Seq[Parameter]

  22. def parameters_=(value: Seq[Parameter]): Unit

  23. def stackIdOpt: Option[String]

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

  25. def stackNameOpt: Option[String]

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

  27. def stackStatusOpt: Option[String]

  28. def stackStatusOpt_=(value: Option[String]): Unit

  29. def stackStatusReasonOpt: Option[String]

  30. def stackStatusReasonOpt_=(value: Option[String]): Unit

  31. def tags: Seq[Tag]

  32. def tags_=(value: Seq[Tag]): Unit

  33. def timeoutInMinutesOpt(value: Option[Int]): Stack

  34. def timeoutInMinutesOpt: Option[Int]

  35. def timeoutInMinutesOpt_=(value: Option[Int]): Unit

  36. def toString(): String

    Definition Classes
    Any
  37. val underlying: Stack

    Definition Classes
    RichStack → PimpedType
  38. def withCapabilities(value: Seq[String]): Stack

  39. def withCreationTimeOpt(value: Option[Date]): Stack

  40. def withDescriptionOpt(value: Option[String]): Stack

  41. def withDisableRollbackOpt(value: Option[Boolean]): Stack

  42. def withLastUpdatedTimeOpt(value: Option[Date]): Stack

  43. def withNotificationARNs(value: Seq[String]): Stack

  44. def withOutputs(value: Seq[Output]): Stack

  45. def withParameters(value: Seq[Parameter]): Stack

  46. def withStackIdOpt(value: Option[String]): Stack

  47. def withStackNameOpt(value: Option[String]): Stack

  48. def withStackStatusOpt(value: Option[String]): Stack

  49. def withStackStatusReasonOpt(value: Option[String]): Stack

  50. def withTags(value: Seq[Tag]): Stack

Inherited from PimpedType[Stack]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped