@Stability(value=Stable) @Internal public static final class CfnMemberProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMemberProps
CfnMemberProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnMemberProps.Builder, CfnMemberProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String detectorId,
String email,
String memberId,
Object disableEmailNotification,
String message,
String status)
Constructor that initializes the object based on literal property values passed by the
CfnMemberProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDetectorId()
`AWS::GuardDuty::Member.DetectorId`.
|
Object |
getDisableEmailNotification()
`AWS::GuardDuty::Member.DisableEmailNotification`.
|
String |
getEmail()
`AWS::GuardDuty::Member.Email`.
|
String |
getMemberId()
`AWS::GuardDuty::Member.MemberId`.
|
String |
getMessage()
`AWS::GuardDuty::Member.Message`.
|
String |
getStatus()
`AWS::GuardDuty::Member.Status`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final String getDetectorId()
CfnMemberProps
getDetectorId
in interface CfnMemberProps
public final String getEmail()
CfnMemberProps
getEmail
in interface CfnMemberProps
public final String getMemberId()
CfnMemberProps
getMemberId
in interface CfnMemberProps
public final Object getDisableEmailNotification()
CfnMemberProps
getDisableEmailNotification
in interface CfnMemberProps
public final String getMessage()
CfnMemberProps
getMessage
in interface CfnMemberProps
public final String getStatus()
CfnMemberProps
getStatus
in interface CfnMemberProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.