@Stability(value=Experimental) @Internal public static final class AddRoutesOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddRoutesOptions
AddRoutesOptionssoftware.amazon.jsii.JsiiObject.InitializationModeAddRoutesOptions.Builder, AddRoutesOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String path,
List<? extends HttpMethod> methods,
IHttpRouteIntegration integration)
Constructor that initializes the object based on literal property values passed by the
AddRoutesOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IHttpRouteIntegration |
getIntegration()
(experimental) The integration to be configured on this route.
|
List<HttpMethod> |
getMethods()
(experimental) The HTTP methods to be configured.
|
String |
getPath()
(experimental) The path at which all of these routes are configured.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String path, List<? extends HttpMethod> methods, IHttpRouteIntegration integration)
AddRoutesOptions.Builder.public final String getPath()
AddRoutesOptionsgetPath in interface AddRoutesOptionspublic final List<HttpMethod> getMethods()
AddRoutesOptionsDefault: HttpMethod.ANY
getMethods in interface AddRoutesOptionspublic final IHttpRouteIntegration getIntegration()
BatchHttpRouteOptionsgetIntegration in interface BatchHttpRouteOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.