Class AthenaGetQueryResultsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.AthenaGetQueryResultsProps.Jsii$Proxy
- All Implemented Interfaces:
AthenaGetQueryResultsProps,TaskStateBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AthenaGetQueryResultsProps
@Stability(Stable)
@Internal
public static final class AthenaGetQueryResultsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AthenaGetQueryResultsProps
An implementation for
AthenaGetQueryResultsProps-
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.AthenaGetQueryResultsProps
AthenaGetQueryResultsProps.Builder, AthenaGetQueryResultsProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAthenaGetQueryResultsProps.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 Stringfinal software.amazon.awscdk.core.Durationfinal Stringfinal IntegrationPatternfinal NumberMax number of results.final StringPagination token.final Stringfinal StringQuery that will be retrieved.final Stringfinal 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 theAthenaGetQueryResultsProps.Builder.
-
-
Method Details
-
getQueryExecutionId
Description copied from interface:AthenaGetQueryResultsPropsQuery that will be retrieved.Example value:
adfsaf-23trf23-f23rt23- Specified by:
getQueryExecutionIdin interfaceAthenaGetQueryResultsProps
-
getMaxResults
Description copied from interface:AthenaGetQueryResultsPropsMax number of results.Default: 1000
- Specified by:
getMaxResultsin interfaceAthenaGetQueryResultsProps
-
getNextToken
Description copied from interface:AthenaGetQueryResultsPropsPagination token.Default: - No next token
- Specified by:
getNextTokenin interfaceAthenaGetQueryResultsProps
-
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()
-