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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.frauddetector.CfnEventTypeProps
CfnEventTypeProps.Builder, CfnEventTypeProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEventTypeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEventTypeProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The event type description.final Object
The event type entity types.final Object
The event type event variables.final Object
The event type labels.final String
getName()
The event type name.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
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:CfnEventTypeProps
The event type entity types.- Specified by:
getEntityTypes
in interfaceCfnEventTypeProps
-
getEventVariables
Description copied from interface:CfnEventTypeProps
The event type event variables.- Specified by:
getEventVariables
in interfaceCfnEventTypeProps
-
getLabels
Description copied from interface:CfnEventTypeProps
The event type labels.- Specified by:
getLabels
in interfaceCfnEventTypeProps
-
getName
Description copied from interface:CfnEventTypeProps
The event type name.Pattern :
^[0-9a-z_-]+$
- Specified by:
getName
in interfaceCfnEventTypeProps
-
getDescription
Description copied from interface:CfnEventTypeProps
The event type description.- Specified by:
getDescription
in interfaceCfnEventTypeProps
-
getTags
Description copied from interface:CfnEventTypeProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnEventTypeProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-