org.sisioh.aws4s.eb.model

RichCreateEnvironmentResult

Related Doc: package model

final class RichCreateEnvironmentResult extends AnyVal with PimpedType[CreateEnvironmentResult]

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

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. def applicationNameOpt: Option[String]

  5. def applicationNameOpt_=(value: Option[String]): Unit

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def cNAMEOpt: Option[String]

  8. def cNAMEOpt_=(value: Option[String]): Unit

  9. def dateCreatedOpt: Option[Date]

  10. def dateCreatedOpt_=(value: Option[Date]): Unit

  11. def dateUpdatedOpt: Option[Date]

  12. def dateUpdatedOpt_=(value: Option[Date]): Unit

  13. def descriptionOpt: Option[String]

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

  15. def endpointURLOpt: Option[String]

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

  17. def environmentIdOpt: Option[String]

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

  19. def environmentNameOpt: Option[String]

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

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

    Definition Classes
    AnyVal → Any
  22. def healthOpt: Option[String]

  23. def healthOpt_=(value: Option[String]): Unit

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def resourcesOpt: Option[EnvironmentResourcesDescription]

  26. def resourcesOpt_=(value: Option[EnvironmentResourcesDescription]): Unit

  27. def solutionStackNameOpt: Option[String]

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

  29. def statusOpt: Option[String]

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

  31. def templateNameOpt: Option[String]

  32. def templateNameOpt_=(value: Option[String]): Unit

  33. def tierOpt: Option[EnvironmentTier]

  34. def tierOpt_=(value: Option[EnvironmentTier]): Unit

  35. def toString(): String

    Definition Classes
    Any
  36. val underlying: CreateEnvironmentResult

    Definition Classes
    RichCreateEnvironmentResult → PimpedType
  37. def versionLabelOpt: Option[String]

  38. def versionLabelOpt_=(value: Option[String]): Unit

  39. def withApplicationNameOpt(value: Option[String]): CreateEnvironmentResult

  40. def withCNAMEOpt(value: Option[String]): CreateEnvironmentResult

  41. def withDateCreatedOpt(value: Option[Date]): CreateEnvironmentResult

  42. def withDateUpdatedOpt(value: Option[Date]): CreateEnvironmentResult

  43. def withDescriptionOpt(value: Option[String]): CreateEnvironmentResult

  44. def withEndpointURLOpt(value: Option[String]): CreateEnvironmentResult

  45. def withEnvironmentIdOpt(value: Option[String]): CreateEnvironmentResult

  46. def withEnvironmentNameOpt(value: Option[String]): CreateEnvironmentResult

  47. def withHealthOpt(value: Option[String]): CreateEnvironmentResult

  48. def withResourcesOpt(value: Option[EnvironmentResourcesDescription]): CreateEnvironmentResult

  49. def withSolutionStackNameOpt(value: Option[String]): CreateEnvironmentResult

  50. def withStatusOpt(value: Option[String]): CreateEnvironmentResult

  51. def withTemplateNameOpt(value: Option[String]): CreateEnvironmentResult

  52. def withTierOpt(value: Option[EnvironmentTier]): CreateEnvironmentResult

  53. def withVersionLabelOpt(value: Option[String]): CreateEnvironmentResult

Inherited from PimpedType[CreateEnvironmentResult]

Inherited from AnyVal

Inherited from Any

Ungrouped