Class CfnResponsePlanProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssmincidents.CfnResponsePlanProps.Jsii$Proxy
- All Implemented Interfaces:
 CfnResponsePlanProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 - CfnResponsePlanProps
 
@Stability(Stable)
@Internal
public static final class CfnResponsePlanProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResponsePlanProps
An implementation for 
CfnResponsePlanProps- 
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.ssmincidents.CfnResponsePlanProps
CfnResponsePlanProps.Builder, CfnResponsePlanProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnResponsePlanProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResponsePlanProps.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 ObjectThe actions that the response plan starts at the beginning of an incident.final ObjectThe AWS Chatbot chat channel used for collaboration during an incident.final StringThe human readable name of the response plan.The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.final ObjectDetails used to create an incident when using this response plan.final ObjectInformation about third-party services integrated into the response plan.final StringgetName()The name of the response plan.getTags()An array of key-value pairs to apply to this resource.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 theCfnResponsePlanProps.Builder. 
 - 
 - 
Method Details
- 
getIncidentTemplate
Description copied from interface:CfnResponsePlanPropsDetails used to create an incident when using this response plan.- Specified by:
 getIncidentTemplatein interfaceCfnResponsePlanProps
 - 
getName
Description copied from interface:CfnResponsePlanPropsThe name of the response plan.- Specified by:
 getNamein interfaceCfnResponsePlanProps
 - 
getActions
Description copied from interface:CfnResponsePlanPropsThe actions that the response plan starts at the beginning of an incident.- Specified by:
 getActionsin interfaceCfnResponsePlanProps
 - 
getChatChannel
Description copied from interface:CfnResponsePlanPropsThe AWS Chatbot chat channel used for collaboration during an incident.- Specified by:
 getChatChannelin interfaceCfnResponsePlanProps
 - 
getDisplayName
Description copied from interface:CfnResponsePlanPropsThe human readable name of the response plan.- Specified by:
 getDisplayNamein interfaceCfnResponsePlanProps
 - 
getEngagements
Description copied from interface:CfnResponsePlanPropsThe Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.- Specified by:
 getEngagementsin interfaceCfnResponsePlanProps
 - 
getIntegrations
Description copied from interface:CfnResponsePlanPropsInformation about third-party services integrated into the response plan.- Specified by:
 getIntegrationsin interfaceCfnResponsePlanProps
 - 
getTags
Description copied from interface:CfnResponsePlanPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
 getTagsin interfaceCfnResponsePlanProps
 - 
$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() 
 -