Class ActivityProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.ActivityProps.Jsii$Proxy
- All Implemented Interfaces:
ActivityProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ActivityProps
@Stability(Stable)
@Internal
public static final class ActivityProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ActivityProps
An implementation for
ActivityProps-
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.ActivityProps
ActivityProps.Builder, ActivityProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ActivityProps.Builder builder) Constructor that initializes the object based on literal property values passed by theActivityProps.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 StringThe name for this activity.final EncryptionConfigurationThe encryptionConfiguration object used for server-side encryption of the activity inputs.final 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 theActivityProps.Builder.
-
-
Method Details
-
getActivityName
Description copied from interface:ActivityPropsThe name for this activity.Default: - If not supplied, a name is generated
- Specified by:
getActivityNamein interfaceActivityProps
-
getEncryptionConfiguration
Description copied from interface:ActivityPropsThe encryptionConfiguration object used for server-side encryption of the activity inputs.Default: - data is transparently encrypted using an AWS owned key
- Specified by:
getEncryptionConfigurationin interfaceActivityProps
-
$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()
-