Class CfnServiceActionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.servicecatalog.CfnServiceActionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceActionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceActionMixinProps
@Stability(Stable)
@Internal
public static final class CfnServiceActionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceActionMixinProps
An implementation for
CfnServiceActionMixinProps-
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.servicecatalog.CfnServiceActionMixinProps
CfnServiceActionMixinProps.Builder, CfnServiceActionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceActionMixinProps.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 language code.final ObjectA map that defines the self-service action.final StringThe self-service action definition type.final StringThe self-service action description.final StringgetName()The self-service action name.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 theCfnServiceActionMixinProps.Builder.
-
-
Method Details
-
getAcceptLanguage
Description copied from interface:CfnServiceActionMixinPropsThe language code.en- English (default)jp- Japanesezh- Chinese
- Specified by:
getAcceptLanguagein interfaceCfnServiceActionMixinProps- See Also:
-
getDefinition
Description copied from interface:CfnServiceActionMixinPropsA map that defines the self-service action.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnServiceActionPropsMixin.DefinitionParameterProperty>- Specified by:
getDefinitionin interfaceCfnServiceActionMixinProps- See Also:
-
getDefinitionType
Description copied from interface:CfnServiceActionMixinPropsThe self-service action definition type.For example,
SSM_AUTOMATION.- Specified by:
getDefinitionTypein interfaceCfnServiceActionMixinProps- See Also:
-
getDescription
Description copied from interface:CfnServiceActionMixinPropsThe self-service action description.- Specified by:
getDescriptionin interfaceCfnServiceActionMixinProps- See Also:
-
getName
Description copied from interface:CfnServiceActionMixinPropsThe self-service action name.- Specified by:
getNamein interfaceCfnServiceActionMixinProps- 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()
-