Class IntegrationProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.IntegrationProps.Jsii$Proxy
All Implemented Interfaces:
IntegrationProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
IntegrationProps

@Stability(Stable) @Internal public static final class IntegrationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegrationProps
An implementation for IntegrationProps
  • Constructor Details

    • 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.
    • Jsii$Proxy

      protected Jsii$Proxy(IntegrationProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the IntegrationProps.Builder.
  • Method Details

    • getType

      public final IntegrationType getType()
      Description copied from interface: IntegrationProps
      Specifies an API method integration type.
      Specified by:
      getType in interface IntegrationProps
    • getIntegrationHttpMethod

      public final String getIntegrationHttpMethod()
      Description copied from interface: IntegrationProps
      The integration's HTTP method type.

      Required unless you use a MOCK integration.

      Specified by:
      getIntegrationHttpMethod in interface IntegrationProps
    • getOptions

      public final IntegrationOptions getOptions()
      Description copied from interface: IntegrationProps
      Integration options.
      Specified by:
      getOptions in interface IntegrationProps
    • getUri

      public final Object getUri()
      Description copied from interface: IntegrationProps
      The Uniform Resource Identifier (URI) for the integration.

      • If you specify HTTP for the type property, specify the API endpoint URL.
      • If you specify MOCK for the type property, don't specify this property.
      • If you specify AWS for the type property, specify an AWS service that follows this form: arn:partition:apigateway:region:subdomain.service|service:path|action/service_api. For example, a Lambda function URI follows this form: arn:partition:apigateway:region:lambda:path/path. The path is usually in the form /2015-03-31/functions/LambdaFunctionARN/invocations.

      Specified by:
      getUri in interface IntegrationProps
      See Also:
    • $jsii$toJson

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

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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