Class HttpExample.Jsii$Proxy

  • All Implemented Interfaces:
    HttpExample, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    HttpExample

    @Stability(Stable)
    @Internal
    public static final class HttpExample.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements HttpExample
    An implementation for HttpExample
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(HttpExample.Builder builder)
      Constructor that initializes the object based on literal property values passed by the HttpExample.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode $jsii$toJson()  
      boolean equals​(Object o)  
      Object getRequest()
      A test equivalence matcher that will match an HTTP request (recommended: the Test Equivalence Matcher HttpRequest).
      Object getResponse()
      A test equivalence matcher that will match an HTTP response (recommended: the Test Equivalence Matcher HttpResponse).
      int hashCode()  
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getRequest

        public final Object getRequest()
        Description copied from interface: HttpExample
        A test equivalence matcher that will match an HTTP request (recommended: the Test Equivalence Matcher HttpRequest).
        Specified by:
        getRequest in interface HttpExample
      • getResponse

        public final Object getResponse()
        Description copied from interface: HttpExample
        A test equivalence matcher that will match an HTTP response (recommended: the Test Equivalence Matcher HttpResponse).
        Specified by:
        getResponse in interface HttpExample
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object