Class CfnServiceActionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalog.CfnServiceActionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceActionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceActionProps
@Stability(Stable)
@Internal
public static final class CfnServiceActionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceActionProps
An implementation for
CfnServiceActionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalog.CfnServiceActionProps
CfnServiceActionProps.Builder, CfnServiceActionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnServiceActionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnServiceActionProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The language code.final Object
A map that defines the self-service action.final String
The self-service action definition type.final String
The self-service action description.final String
getName()
The self-service action name.final int
hashCode()
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 theCfnServiceActionProps.Builder
.
-
-
Method Details
-
getDefinition
Description copied from interface:CfnServiceActionProps
A map that defines the self-service action.- Specified by:
getDefinition
in interfaceCfnServiceActionProps
- See Also:
-
getDefinitionType
Description copied from interface:CfnServiceActionProps
The self-service action definition type.For example,
SSM_AUTOMATION
.- Specified by:
getDefinitionType
in interfaceCfnServiceActionProps
- See Also:
-
getName
Description copied from interface:CfnServiceActionProps
The self-service action name.- Specified by:
getName
in interfaceCfnServiceActionProps
- See Also:
-
getAcceptLanguage
Description copied from interface:CfnServiceActionProps
The language code.en
- English (default)jp
- Japanesezh
- Chinese
- Specified by:
getAcceptLanguage
in interfaceCfnServiceActionProps
- See Also:
-
getDescription
Description copied from interface:CfnServiceActionProps
The self-service action description.- Specified by:
getDescription
in interfaceCfnServiceActionProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-