org.sisioh.aws4s.core

RichAmazonWebServiceResponse

Related Doc: package core

final class RichAmazonWebServiceResponse[A] extends AnyVal with PimpedType[AmazonWebServiceResponse[A]]

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

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 getClass(): Class[_ <: AnyVal]

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

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

  8. def responseMetadataOpt: Option[ResponseMetadata]

  9. def responseMetadataOpt_=(value: Option[ResponseMetadata]): Unit

  10. def resultOpt: Option[A]

  11. def resultOpt_=(value: Option[A]): Unit

  12. def toString(): String

    Definition Classes
    Any
  13. val underlying: AmazonWebServiceResponse[A]

Inherited from PimpedType[AmazonWebServiceResponse[A]]

Inherited from AnyVal

Inherited from Any

Ungrouped