Class IntegrationRenderProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.openapigateway.IntegrationRenderProps.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,IntegrationRenderProps,MethodAndPath
- Enclosing interface:
- IntegrationRenderProps
@Stability(Experimental) @Internal public static final class IntegrationRenderProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegrationRenderProps
An implementation forIntegrationRenderProps
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.openapigateway.IntegrationRenderProps
IntegrationRenderProps.Builder, IntegrationRenderProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(IntegrationRenderProps.Builder builder)Constructor that initializes the object based on literal property values passed by theIntegrationRenderProps.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetMethod()(experimental) The http method of this operation.StringgetOperationId()(experimental) The ID of the operation being rendered.StringgetPath()(experimental) The path of this operation in the api.software.constructs.ConstructgetScope()(experimental) The scope in which the integration is being rendered.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(IntegrationRenderProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theIntegrationRenderProps.Builder.
-
-
Method Detail
-
getOperationId
public final String getOperationId()
Description copied from interface:IntegrationRenderProps(experimental) The ID of the operation being rendered.- Specified by:
getOperationIdin interfaceIntegrationRenderProps
-
getScope
public final software.constructs.Construct getScope()
Description copied from interface:IntegrationRenderProps(experimental) The scope in which the integration is being rendered.- Specified by:
getScopein interfaceIntegrationRenderProps
-
getMethod
public final String getMethod()
Description copied from interface:MethodAndPath(experimental) The http method of this operation.- Specified by:
getMethodin interfaceMethodAndPath
-
getPath
public final String getPath()
Description copied from interface:MethodAndPath(experimental) The path of this operation in the api.- Specified by:
getPathin interfaceMethodAndPath
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-