Class CfnActionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnActionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnActionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnActionMixinProps
@Stability(Stable)
@Internal
public static final class CfnActionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnActionMixinProps
An implementation for
CfnActionMixinProps-
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.cfnpropertymixins.services.sagemaker.CfnActionMixinProps
CfnActionMixinProps.Builder, CfnActionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnActionMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnActionMixinProps.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 of the action.final StringThe action type.final StringThe description of the action.final ObjectReturns union: eitherIResolvableorCfnActionPropsMixin.MetadataPropertiesPropertyfinal ObjectA list of properties to add to the action.final ObjectReturns union: eitherIResolvableorCfnActionPropsMixin.ActionSourcePropertyfinal StringThe status of the action.getTags()A list of tags to apply to the action.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 theCfnActionMixinProps.Builder.
-
-
Method Details
-
getActionName
Description copied from interface:CfnActionMixinPropsThe name of the action.Must be unique to your account in an AWS Region.
- Specified by:
getActionNamein interfaceCfnActionMixinProps- See Also:
-
getActionType
Description copied from interface:CfnActionMixinPropsThe action type.- Specified by:
getActionTypein interfaceCfnActionMixinProps- See Also:
-
getDescription
Description copied from interface:CfnActionMixinPropsThe description of the action.- Specified by:
getDescriptionin interfaceCfnActionMixinProps- See Also:
-
getMetadataProperties
Description copied from interface:CfnActionMixinPropsReturns union: eitherIResolvableorCfnActionPropsMixin.MetadataPropertiesProperty- Specified by:
getMetadataPropertiesin interfaceCfnActionMixinProps- See Also:
-
getProperties
Description copied from interface:CfnActionMixinPropsA list of properties to add to the action.Returns union: either
IResolvableor Mapinvalid input: '<'String,String>- Specified by:
getPropertiesin interfaceCfnActionMixinProps- See Also:
-
getSource
Description copied from interface:CfnActionMixinPropsReturns union: eitherIResolvableorCfnActionPropsMixin.ActionSourceProperty- Specified by:
getSourcein interfaceCfnActionMixinProps- See Also:
-
getStatus
Description copied from interface:CfnActionMixinPropsThe status of the action.- Specified by:
getStatusin interfaceCfnActionMixinProps- See Also:
-
getTags
Description copied from interface:CfnActionMixinPropsA list of tags to apply to the action.- Specified by:
getTagsin interfaceCfnActionMixinProps- See Also:
-
$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()
-