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