Class MonitoringAlertPolicyDocumentationOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.monitoring_alert_policy.MonitoringAlertPolicyDocumentationOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.934Z") @Stability(Stable) public class MonitoringAlertPolicyDocumentationOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description MonitoringAlertPolicyDocumentationOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedMonitoringAlertPolicyDocumentationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMonitoringAlertPolicyDocumentationOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()StringgetContentInput()MonitoringAlertPolicyDocumentationgetInternalValue()MonitoringAlertPolicyDocumentationLinksListgetLinks()ObjectgetLinksInput()StringgetMimeType()StringgetMimeTypeInput()StringgetSubject()StringgetSubjectInput()voidputLinks(Object value)voidresetContent()voidresetLinks()voidresetMimeType()voidresetSubject()voidsetContent(String value)voidsetInternalValue(MonitoringAlertPolicyDocumentation value)voidsetMimeType(String value)voidsetSubject(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
MonitoringAlertPolicyDocumentationOutputReference
protected MonitoringAlertPolicyDocumentationOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
MonitoringAlertPolicyDocumentationOutputReference
protected MonitoringAlertPolicyDocumentationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
MonitoringAlertPolicyDocumentationOutputReference
@Stability(Stable) public MonitoringAlertPolicyDocumentationOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putLinks
@Stability(Stable) public void putLinks(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetContent
@Stability(Stable) public void resetContent()
-
resetLinks
@Stability(Stable) public void resetLinks()
-
resetMimeType
@Stability(Stable) public void resetMimeType()
-
resetSubject
@Stability(Stable) public void resetSubject()
-
getLinks
@Stability(Stable) @NotNull public MonitoringAlertPolicyDocumentationLinksList getLinks()
-
getContentInput
@Stability(Stable) @Nullable public String getContentInput()
-
getLinksInput
@Stability(Stable) @Nullable public Object getLinksInput()
-
getMimeTypeInput
@Stability(Stable) @Nullable public String getMimeTypeInput()
-
getSubjectInput
@Stability(Stable) @Nullable public String getSubjectInput()
-
getContent
@Stability(Stable) @NotNull public String getContent()
-
setContent
@Stability(Stable) public void setContent(@NotNull String value)
-
getMimeType
@Stability(Stable) @NotNull public String getMimeType()
-
setMimeType
@Stability(Stable) public void setMimeType(@NotNull String value)
-
getSubject
@Stability(Stable) @NotNull public String getSubject()
-
setSubject
@Stability(Stable) public void setSubject(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public MonitoringAlertPolicyDocumentation getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable MonitoringAlertPolicyDocumentation value)
-
-