public static final class CfnMemberProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMemberProps
CfnMemberProps
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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDetectorId()
The ID of the detector associated with the service to add the member to.
|
java.lang.Object |
getDisableEmailNotification()
Specifies whether or not to disable email notification for the member account that you invite.
|
java.lang.String |
getEmail()
The email address associated with the member account.
|
java.lang.String |
getMemberId()
The AWS account ID of the account to designate as a member.
|
java.lang.String |
getMessage()
The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.
|
java.lang.String |
getStatus()
You can use the `Status` property to update the status of the relationship between the member account and its administrator account.
|
int |
hashCode() |
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 java.lang.String getDetectorId()
CfnMemberProps
getDetectorId
in interface CfnMemberProps
public final java.lang.String getEmail()
CfnMemberProps
getEmail
in interface CfnMemberProps
public final java.lang.String getMemberId()
CfnMemberProps
getMemberId
in interface CfnMemberProps
public final java.lang.Object getDisableEmailNotification()
CfnMemberProps
getDisableEmailNotification
in interface CfnMemberProps
public final java.lang.String getMessage()
CfnMemberProps
getMessage
in interface CfnMemberProps
public final java.lang.String getStatus()
CfnMemberProps
Valid values are Created
and Invited
when using an AWS::GuardDuty::Member
resource. If the value for this property is not provided or set to Created
, a member account is created but not invited. If the value of this property is set to Invited
, a member account is created and invited.
getStatus
in interface CfnMemberProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()