Class CfnStorageLens.StorageLensGroupSelectionCriteriaProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnStorageLens.StorageLensGroupSelectionCriteriaProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStorageLens.StorageLensGroupSelectionCriteriaProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStorageLens.StorageLensGroupSelectionCriteriaProperty
@Stability(Stable)
@Internal
public static final class CfnStorageLens.StorageLensGroupSelectionCriteriaProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStorageLens.StorageLensGroupSelectionCriteriaProperty
An implementation for
CfnStorageLens.StorageLensGroupSelectionCriteriaProperty
-
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.s3.CfnStorageLens.StorageLensGroupSelectionCriteriaProperty
CfnStorageLens.StorageLensGroupSelectionCriteriaProperty.Builder, CfnStorageLens.StorageLensGroupSelectionCriteriaProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStorageLens.StorageLensGroupSelectionCriteriaProperty.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
This property indicates which Storage Lens group ARNs to exclude from the Storage Lens group aggregation.This property indicates which Storage Lens group ARNs to include in the Storage Lens group aggregation.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 theCfnStorageLens.StorageLensGroupSelectionCriteriaProperty.Builder
.
-
-
Method Details
-
getExclude
Description copied from interface:CfnStorageLens.StorageLensGroupSelectionCriteriaProperty
This property indicates which Storage Lens group ARNs to exclude from the Storage Lens group aggregation.- Specified by:
getExclude
in interfaceCfnStorageLens.StorageLensGroupSelectionCriteriaProperty
- See Also:
-
getInclude
Description copied from interface:CfnStorageLens.StorageLensGroupSelectionCriteriaProperty
This property indicates which Storage Lens group ARNs to include in the Storage Lens group aggregation.- Specified by:
getInclude
in interfaceCfnStorageLens.StorageLensGroupSelectionCriteriaProperty
- See Also:
-
$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()
-