Class CfnPlanMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ssmcontacts.CfnPlanMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPlanMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlanMixinProps
@Stability(Stable)
@Internal
public static final class CfnPlanMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlanMixinProps
An implementation for
CfnPlanMixinProps-
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.ssmcontacts.CfnPlanMixinProps
CfnPlanMixinProps.Builder, CfnPlanMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPlanMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPlanMixinProps.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 Amazon Resource Name (ARN) of the contact.The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.final ObjectA list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.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 theCfnPlanMixinProps.Builder.
-
-
Method Details
-
getContactId
Description copied from interface:CfnPlanMixinPropsThe Amazon Resource Name (ARN) of the contact.- Specified by:
getContactIdin interfaceCfnPlanMixinProps- See Also:
-
getRotationIds
Description copied from interface:CfnPlanMixinPropsThe Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.- Specified by:
getRotationIdsin interfaceCfnPlanMixinProps- See Also:
-
getStages
Description copied from interface:CfnPlanMixinPropsA list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPlanPropsMixin.StageProperty>- Specified by:
getStagesin interfaceCfnPlanMixinProps- 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()
-