org.sisioh.aws4s.cfn.model

RichStackResource

Related Doc: package model

final class RichStackResource extends AnyVal with PimpedType[StackResource]

Linear Supertypes
PimpedType[StackResource], AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichStackResource
  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 RichStackResource(underlying: StackResource)

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 descriptionOpt: Option[String]

  6. def descriptionOpt_=(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 resourceStatusOpt: Option[String]

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

  15. def resourceStatusReasonOpt: Option[String]

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

  17. def resourceTypeOpt: Option[String]

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

  19. def stackIdOpt: Option[String]

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

  21. def stackNameOpt: Option[String]

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

  23. def timestampOpt: Option[Date]

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

  25. def toString(): String

    Definition Classes
    Any
  26. val underlying: StackResource

    Definition Classes
    RichStackResource → PimpedType
  27. def withDescriptionOpt(value: Option[String]): StackResource

  28. def withLogicalResourceIdOpt(value: Option[String]): StackResource

  29. def withPhysicalResourceIdOpt(value: Option[String]): StackResource

  30. def withResourceStatusOpt(value: Option[String]): StackResource

  31. def withResourceStatusReasonOpt(value: Option[String]): StackResource

  32. def withResourceTypeOpt(value: Option[String]): StackResource

  33. def withStackIdOpt(value: Option[String]): StackResource

  34. def withStackNameOpt(value: Option[String]): StackResource

  35. def withTimestampOpt(value: Option[Date]): StackResource

Inherited from PimpedType[StackResource]

Inherited from AnyVal

Inherited from Any

Ungrouped