Class CfnEventTypeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.frauddetector.CfnEventTypeProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEventTypeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventTypeProps
@Stability(Stable)
@Internal
public static final class CfnEventTypeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventTypeProps
An implementation for
CfnEventTypeProps-
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.frauddetector.CfnEventTypeProps
CfnEventTypeProps.Builder, CfnEventTypeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEventTypeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEventTypeProps.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 event type description.final ObjectThe event type entity types.final ObjectThe event type event variables.final ObjectThe event type labels.final StringgetName()The event type name.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 theCfnEventTypeProps.Builder.
-
-
Method Details
-
getEntityTypes
Description copied from interface:CfnEventTypePropsThe event type entity types.- Specified by:
getEntityTypesin interfaceCfnEventTypeProps- See Also:
-
getEventVariables
Description copied from interface:CfnEventTypePropsThe event type event variables.- Specified by:
getEventVariablesin interfaceCfnEventTypeProps- See Also:
-
getLabels
Description copied from interface:CfnEventTypePropsThe event type labels.- Specified by:
getLabelsin interfaceCfnEventTypeProps- See Also:
-
getName
Description copied from interface:CfnEventTypePropsThe event type name.Pattern :
^[0-9a-z_-]+$- Specified by:
getNamein interfaceCfnEventTypeProps- See Also:
-
getDescription
Description copied from interface:CfnEventTypePropsThe event type description.- Specified by:
getDescriptionin interfaceCfnEventTypeProps- See Also:
-
getTags
Description copied from interface:CfnEventTypePropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnEventTypeProps- 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()
-