Class CfnResourceSetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fms.CfnResourceSetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceSetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnResourceSetProps
@Stability(Stable)
@Internal
public static final class CfnResourceSetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceSetProps
An implementation for
CfnResourceSetProps-
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.services.fms.CfnResourceSetProps
CfnResourceSetProps.Builder, CfnResourceSetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnResourceSetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceSetProps.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.The resources included in the resource set.Determines the resources that can be associated to the resource set.getTags()A collection of key:value pairs associated with a resource set.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 theCfnResourceSetProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnResourceSetPropsThe descriptive name of the resource set.You can't change the name of a resource set after you create it.
- Specified by:
getNamein interfaceCfnResourceSetProps
-
getResourceTypeList
Description copied from interface:CfnResourceSetPropsDetermines 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 interfaceCfnResourceSetProps
-
getDescription
Description copied from interface:CfnResourceSetPropsA description of the resource set.- Specified by:
getDescriptionin interfaceCfnResourceSetProps
-
getResources
Description copied from interface:CfnResourceSetPropsThe resources included in the resource set.- Specified by:
getResourcesin interfaceCfnResourceSetProps
-
getTags
Description copied from interface:CfnResourceSetPropsA collection of key:value pairs associated with a resource set.The key:value pair can be anything you define. Typically, the tag key represents a category (such as "environment") and the tag value represents a specific value within that category (such as "test," "development," or "production"). You can add up to 50 tags to each AWS resource.
- Specified by:
getTagsin interfaceCfnResourceSetProps
-
$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()
-