Class CfnAnalysisTemplateProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnAnalysisTemplateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisTemplateProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisTemplateProps
@Stability(Stable)
@Internal
public static final class CfnAnalysisTemplateProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisTemplateProps
An implementation for
CfnAnalysisTemplateProps-
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.cleanrooms.CfnAnalysisTemplateProps
CfnAnalysisTemplateProps.Builder, CfnAnalysisTemplateProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisTemplateProps.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 ObjectThe parameters of the analysis template.final StringThe description of the analysis template.final StringThe format of the analysis template.final StringThe identifier for a membership resource.final StringgetName()The name of the analysis template.final ObjectThe source of the analysis template.getTags()An optional label that you can assign to a resource when you create it.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 theCfnAnalysisTemplateProps.Builder.
-
-
Method Details
-
getFormat
Description copied from interface:CfnAnalysisTemplatePropsThe format of the analysis template.- Specified by:
getFormatin interfaceCfnAnalysisTemplateProps- See Also:
-
getMembershipIdentifier
Description copied from interface:CfnAnalysisTemplatePropsThe identifier for a membership resource.- Specified by:
getMembershipIdentifierin interfaceCfnAnalysisTemplateProps- See Also:
-
getName
Description copied from interface:CfnAnalysisTemplatePropsThe name of the analysis template.- Specified by:
getNamein interfaceCfnAnalysisTemplateProps- See Also:
-
getSource
Description copied from interface:CfnAnalysisTemplatePropsThe source of the analysis template.- Specified by:
getSourcein interfaceCfnAnalysisTemplateProps- See Also:
-
getAnalysisParameters
Description copied from interface:CfnAnalysisTemplatePropsThe parameters of the analysis template.- Specified by:
getAnalysisParametersin interfaceCfnAnalysisTemplateProps- See Also:
-
getDescription
Description copied from interface:CfnAnalysisTemplatePropsThe description of the analysis template.- Specified by:
getDescriptionin interfaceCfnAnalysisTemplateProps- See Also:
-
getTags
Description copied from interface:CfnAnalysisTemplatePropsAn optional label that you can assign to a resource when you create it.Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
- Specified by:
getTagsin interfaceCfnAnalysisTemplateProps- 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()
-