public static final class CfnReportGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnReportGroupProps
CfnReportGroupProps
CfnReportGroupProps.Builder, CfnReportGroupProps.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 |
getDeleteReports()
When deleting a report group, specifies if reports within the report group should be deleted.
|
java.lang.Object |
getExportConfig()
Information about the destination where the raw data of this `ReportGroup` is exported.
|
java.lang.String |
getName()
The name of the `ReportGroup` .
|
java.util.List<CfnTag> |
getTags()
A list of tag key and value pairs associated with this report group.
|
java.lang.String |
getType()
The type of the `ReportGroup` .
|
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 getExportConfig()
CfnReportGroupProps
getExportConfig
in interface CfnReportGroupProps
public final java.lang.String getType()
CfnReportGroupProps
getType
in interface CfnReportGroupProps
public final java.lang.Object getDeleteReports()
CfnReportGroupProps
getDeleteReports
in interface CfnReportGroupProps
public final java.lang.String getName()
CfnReportGroupProps
getName
in interface CfnReportGroupProps
public final java.util.List<CfnTag> getTags()
CfnReportGroupProps
These tags are available for use by AWS services that support AWS CodeBuild report group tags.
getTags
in interface CfnReportGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()