Class CfnReviewTemplateProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wellarchitected.CfnReviewTemplateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnReviewTemplateProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReviewTemplateProps
@Stability(Stable)
@Internal
public static final class CfnReviewTemplateProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReviewTemplateProps
An implementation for
CfnReviewTemplateProps-
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.wellarchitected.CfnReviewTemplateProps
CfnReviewTemplateProps.Builder, CfnReviewTemplateProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnReviewTemplateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnReviewTemplateProps.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 StringThe review template description.The lenses applied to the review template.final StringgetNotes()The notes associated with the review template.getTags()The tags assigned to the review template.final StringThe name of the review template.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 theCfnReviewTemplateProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnReviewTemplatePropsThe review template description.- Specified by:
getDescriptionin interfaceCfnReviewTemplateProps- See Also:
-
getLenses
Description copied from interface:CfnReviewTemplatePropsThe lenses applied to the review template.- Specified by:
getLensesin interfaceCfnReviewTemplateProps- See Also:
-
getTemplateName
Description copied from interface:CfnReviewTemplatePropsThe name of the review template.- Specified by:
getTemplateNamein interfaceCfnReviewTemplateProps- See Also:
-
getNotes
Description copied from interface:CfnReviewTemplatePropsThe notes associated with the review template.- Specified by:
getNotesin interfaceCfnReviewTemplateProps- See Also:
-
getTags
Description copied from interface:CfnReviewTemplatePropsThe tags assigned to the review template.- Specified by:
getTagsin interfaceCfnReviewTemplateProps- 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()
-