Packages

c

org.sisioh.aws4s.eb.model

RichRetrieveEnvironmentInfoRequest

final class RichRetrieveEnvironmentInfoRequest extends AnyVal with PimpedType[RetrieveEnvironmentInfoRequest]

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

Instance Constructors

  1. new RichRetrieveEnvironmentInfoRequest(underlying: RetrieveEnvironmentInfoRequest)

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. def infoTypeOpt: Option[String]
  11. def infoTypeOpt_=(value: Option[String]): Unit
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def toString(): String
    Definition Classes
    Any
  14. val underlying: RetrieveEnvironmentInfoRequest
    Definition Classes
    RichRetrieveEnvironmentInfoRequest → PimpedType
  15. def withEnvironmentIdOpt(value: Option[String]): RetrieveEnvironmentInfoRequest
  16. def withEnvironmentNameOpt(value: Option[String]): RetrieveEnvironmentInfoRequest
  17. def withInfoTypeOpt(value: Option[String]): RetrieveEnvironmentInfoRequest

Inherited from PimpedType[RetrieveEnvironmentInfoRequest]

Inherited from AnyVal

Inherited from Any

Ungrouped