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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.fms.CfnResourceSetProps
CfnResourceSetProps.Builder, CfnResourceSetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnResourceSetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceSetProps.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
final String
A description of the resource set.final String
getName()
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 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 theCfnResourceSetProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnResourceSetProps
The descriptive name of the resource set.You can't change the name of a resource set after you create it.
- Specified by:
getName
in interfaceCfnResourceSetProps
-
getResourceTypeList
Description copied from interface:CfnResourceSetProps
Determines 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:
getResourceTypeList
in interfaceCfnResourceSetProps
-
getDescription
Description copied from interface:CfnResourceSetProps
A description of the resource set.- Specified by:
getDescription
in interfaceCfnResourceSetProps
-
getResources
Description copied from interface:CfnResourceSetProps
The resources included in the resource set.- Specified by:
getResources
in interfaceCfnResourceSetProps
-
getTags
Description copied from interface:CfnResourceSetProps
A 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:
getTags
in interfaceCfnResourceSetProps
-
$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()
-