Packages

c

org.sisioh.aws4s.eb.model

RichRestartAppServerRequest

final class RichRestartAppServerRequest extends AnyVal with PimpedType[RestartAppServerRequest]

Linear Supertypes
PimpedType[RestartAppServerRequest], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichRestartAppServerRequest
  2. PimpedType
  3. AnyVal
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichRestartAppServerRequest(underlying: RestartAppServerRequest)

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 environmentIdOpt: Option[String]
  6. def environmentIdOpt_=(value: Option[String]): Unit
  7. def environmentNameOpt: Option[String]
  8. def environmentNameOpt_=(value: Option[String]): Unit
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def toString(): String
    Definition Classes
    Any
  12. val underlying: RestartAppServerRequest
    Definition Classes
    RichRestartAppServerRequest → PimpedType
  13. def withEnvironmentIdOpt(value: Option[String]): RestartAppServerRequest
  14. def withEnvironmentNameOpt(value: Option[String]): RestartAppServerRequest

Inherited from PimpedType[RestartAppServerRequest]

Inherited from AnyVal

Inherited from Any

Ungrouped