public static final class CfnIPSetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIPSetProps
CfnIPSetProps
CfnIPSetProps.Builder, CfnIPSetProps.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.Object |
getActivate()
Indicates whether or not uses the `IPSet` .
|
java.lang.String |
getDetectorId()
The unique ID of the detector of the GuardDuty account that you want to create an IPSet for.
|
java.lang.String |
getFormat()
The format of the file that contains the IPSet.
|
java.lang.String |
getLocation()
The URI of the file that contains the IPSet.
|
java.lang.String |
getName()
The user-friendly name to identify the IPSet.
|
java.util.List<CfnTag> |
getTags()
The tags to be added to a new IP set resource.
|
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.Object getActivate()
CfnIPSetProps
getActivate
in interface CfnIPSetProps
public final java.lang.String getDetectorId()
CfnIPSetProps
getDetectorId
in interface CfnIPSetProps
public final java.lang.String getFormat()
CfnIPSetProps
getFormat
in interface CfnIPSetProps
public final java.lang.String getLocation()
CfnIPSetProps
getLocation
in interface CfnIPSetProps
public final java.lang.String getName()
CfnIPSetProps
Allowed characters are alphanumeric, whitespace, dash (-), and underscores (_).
getName
in interface CfnIPSetProps
public final java.util.List<CfnTag> getTags()
CfnIPSetProps
Each tag consists of a key and an optional value, both of which you define.
For more information, see Tag .
getTags
in interface CfnIPSetProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()