Class CfnOpsItemMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnOpsItemMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOpsItemMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOpsItemMixinProps
@Stability(Stable)
@Internal
public static final class CfnOpsItemMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOpsItemMixinProps
An implementation for
CfnOpsItemMixinProps-
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.ssm.CfnOpsItemMixinProps
CfnOpsItemMixinProps.Builder, CfnOpsItemMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnOpsItemMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnOpsItemMixinProps.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 category of the OpsItem.final StringThe description of the OpsItem.final NumberThe priority of the OpsItem.final StringThe severity of the OpsItem.final StringThe origin of the OpsItem.getTags()Tags for the OpsItem.final StringgetTitle()The title of the OpsItem.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 theCfnOpsItemMixinProps.Builder.
-
-
Method Details
-
getCategory
Description copied from interface:CfnOpsItemMixinPropsThe category of the OpsItem.- Specified by:
getCategoryin interfaceCfnOpsItemMixinProps- See Also:
-
getDescription
Description copied from interface:CfnOpsItemMixinPropsThe description of the OpsItem.- Specified by:
getDescriptionin interfaceCfnOpsItemMixinProps- See Also:
-
getPriority
Description copied from interface:CfnOpsItemMixinPropsThe priority of the OpsItem.- Specified by:
getPriorityin interfaceCfnOpsItemMixinProps- See Also:
-
getSeverity
Description copied from interface:CfnOpsItemMixinPropsThe severity of the OpsItem.- Specified by:
getSeverityin interfaceCfnOpsItemMixinProps- See Also:
-
getSource
Description copied from interface:CfnOpsItemMixinPropsThe origin of the OpsItem.- Specified by:
getSourcein interfaceCfnOpsItemMixinProps- See Also:
-
getTags
Description copied from interface:CfnOpsItemMixinPropsTags for the OpsItem.- Specified by:
getTagsin interfaceCfnOpsItemMixinProps- See Also:
-
getTitle
Description copied from interface:CfnOpsItemMixinPropsThe title of the OpsItem.- Specified by:
getTitlein interfaceCfnOpsItemMixinProps- 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()
-