org.sisioh.aws4s.cfn.model

RichCreateStackRequest

final class RichCreateStackRequest extends AnyVal with PimpedType[CreateStackRequest]

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

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 disableRollbackOpt(value: Option[Boolean]): Unit

  8. def disableRollbackOpt: Option[Boolean]

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

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

    Definition Classes
    Any
  11. def notificationARNs: Seq[String]

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

  13. def onFailureOpt: Option[String]

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

  15. def parameters: Seq[Parameter]

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

  17. def stackNameOpt: Option[String]

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

  19. def stackPolicyBodyOpt: Option[String]

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

  21. def stackPolicyURLOpt: Option[String]

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

  23. def tags: Seq[Tag]

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

  25. def templateBodyOpt: Option[String]

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

  27. def templateURLOpt: Option[String]

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

  29. def timeoutInMinutesOpt(value: Option[Int]): CreateStackRequest

  30. def timeoutInMinutesOpt: Option[Int]

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

  32. def toString(): String

    Definition Classes
    Any
  33. val underlying: CreateStackRequest

    Definition Classes
    RichCreateStackRequest → PimpedType
  34. def withCapabilities(value: Seq[String]): CreateStackRequest

  35. def withDisableRollbackOpt(value: Option[Boolean]): CreateStackRequest

  36. def withNotificationARNs(value: Seq[String]): CreateStackRequest

  37. def withOnFailureOpt(value: Option[String]): CreateStackRequest

  38. def withParameters(value: Seq[Parameter]): CreateStackRequest

  39. def withStackNameOpt(value: Option[String]): CreateStackRequest

  40. def withStackPolicyBodyOpt(value: Option[String]): CreateStackRequest

  41. def withStackPolicyURLOpt(value: Option[String]): CreateStackRequest

  42. def withTags(value: Seq[Tag]): CreateStackRequest

  43. def withTemplateBodyOpt(value: Option[String]): CreateStackRequest

  44. def withTemplateURLOpt(value: Option[String]): CreateStackRequest

Inherited from PimpedType[CreateStackRequest]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped