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