Class CfnResourceSetMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.fms.mixins.CfnResourceSetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceSetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourceSetMixinProps
@Stability(Stable)
@Internal
public static final class CfnResourceSetMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceSetMixinProps
An implementation for
CfnResourceSetMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.fms.mixins.CfnResourceSetMixinProps
CfnResourceSetMixinProps.Builder, CfnResourceSetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResourceSetMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringA description of the resource set.final StringgetName()The descriptive name of the resource set.Determines the resources that can be associated to the resource set.getTags()final inthashCode()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 theCfnResourceSetMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnResourceSetMixinPropsA description of the resource set.- Specified by:
getDescriptionin interfaceCfnResourceSetMixinProps- See Also:
-
getName
Description copied from interface:CfnResourceSetMixinPropsThe descriptive name of the resource set.You can't change the name of a resource set after you create it.
- Specified by:
getNamein interfaceCfnResourceSetMixinProps- See Also:
-
getResources
- Specified by:
getResourcesin interfaceCfnResourceSetMixinProps- See Also:
-
getResourceTypeList
Description copied from interface:CfnResourceSetMixinPropsDetermines the resources that can be associated to the resource set.Depending on your setting for max results and the number of resource sets, a single call might not return the full list.
- Specified by:
getResourceTypeListin interfaceCfnResourceSetMixinProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnResourceSetMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-