Class CallApiGatewayHttpApiEndpointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.CallApiGatewayHttpApiEndpointProps.Jsii$Proxy
- All Implemented Interfaces:
CallApiGatewayEndpointBaseProps,CallApiGatewayHttpApiEndpointProps,TaskStateBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CallApiGatewayHttpApiEndpointProps
@Stability(Stable)
@Internal
public static final class CallApiGatewayHttpApiEndpointProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CallApiGatewayHttpApiEndpointProps
An implementation for
CallApiGatewayHttpApiEndpointProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.CallApiGatewayHttpApiEndpointProps
CallApiGatewayHttpApiEndpointProps.Builder, CallApiGatewayHttpApiEndpointProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCallApiGatewayHttpApiEndpointProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringgetApiId()The Id of the API to call.final StringPath parameters appended after API endpoint.final software.amazon.awscdk.core.StackThe Stack in which the API is defined.final AuthTypeAuthentication methods.final Stringfinal TaskInputHTTP request information that does not relate to contents of the request.final software.amazon.awscdk.core.Durationfinal Stringfinal IntegrationPatternfinal HttpMethodHttp method for the API.final Stringfinal TaskInputQuery strings attatched to end of request.final TaskInputHTTP Request body.final Stringfinal StringName of the stage where the API is deployed to in API Gateway.final software.amazon.awscdk.core.Durationfinal inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCallApiGatewayHttpApiEndpointProps.Builder.
-
-
Method Details
-
getApiId
Description copied from interface:CallApiGatewayHttpApiEndpointPropsThe Id of the API to call.- Specified by:
getApiIdin interfaceCallApiGatewayHttpApiEndpointProps
-
getApiStack
public final software.amazon.awscdk.core.Stack getApiStack()Description copied from interface:CallApiGatewayHttpApiEndpointPropsThe Stack in which the API is defined.- Specified by:
getApiStackin interfaceCallApiGatewayHttpApiEndpointProps
-
getStageName
Description copied from interface:CallApiGatewayHttpApiEndpointPropsName of the stage where the API is deployed to in API Gateway.Default: '$default'
- Specified by:
getStageNamein interfaceCallApiGatewayHttpApiEndpointProps
-
getMethod
Description copied from interface:CallApiGatewayEndpointBasePropsHttp method for the API.- Specified by:
getMethodin interfaceCallApiGatewayEndpointBaseProps
-
getApiPath
Description copied from interface:CallApiGatewayEndpointBasePropsPath parameters appended after API endpoint.Default: - No path
- Specified by:
getApiPathin interfaceCallApiGatewayEndpointBaseProps
-
getAuthType
Description copied from interface:CallApiGatewayEndpointBasePropsAuthentication methods.Default: AuthType.NO_AUTH
- Specified by:
getAuthTypein interfaceCallApiGatewayEndpointBaseProps
-
getHeaders
Description copied from interface:CallApiGatewayEndpointBasePropsHTTP request information that does not relate to contents of the request.Default: - No headers
- Specified by:
getHeadersin interfaceCallApiGatewayEndpointBaseProps
-
getQueryParameters
Description copied from interface:CallApiGatewayEndpointBasePropsQuery strings attatched to end of request.Default: - No query parameters
- Specified by:
getQueryParametersin interfaceCallApiGatewayEndpointBaseProps
-
getRequestBody
Description copied from interface:CallApiGatewayEndpointBasePropsHTTP Request body.Default: - No request body
- Specified by:
getRequestBodyin interfaceCallApiGatewayEndpointBaseProps
-
getComment
- Specified by:
getCommentin interfaceTaskStateBaseProps
-
getHeartbeat
public final software.amazon.awscdk.core.Duration getHeartbeat()- Specified by:
getHeartbeatin interfaceTaskStateBaseProps
-
getInputPath
- Specified by:
getInputPathin interfaceTaskStateBaseProps
-
getIntegrationPattern
- Specified by:
getIntegrationPatternin interfaceTaskStateBaseProps
-
getOutputPath
- Specified by:
getOutputPathin interfaceTaskStateBaseProps
-
getResultPath
- Specified by:
getResultPathin interfaceTaskStateBaseProps
-
getResultSelector
- Specified by:
getResultSelectorin interfaceTaskStateBaseProps
-
getTimeout
public final software.amazon.awscdk.core.Duration getTimeout()- Specified by:
getTimeoutin interfaceTaskStateBaseProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-