Class BillingBudgetAllUpdatesRuleOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.billing_budget.BillingBudgetAllUpdatesRuleOutputReference
-
- 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:17.817Z") @Stability(Stable) public class BillingBudgetAllUpdatesRuleOutputReference 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 BillingBudgetAllUpdatesRuleOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedBillingBudgetAllUpdatesRuleOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedBillingBudgetAllUpdatesRuleOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
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
-
BillingBudgetAllUpdatesRuleOutputReference
protected BillingBudgetAllUpdatesRuleOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
BillingBudgetAllUpdatesRuleOutputReference
protected BillingBudgetAllUpdatesRuleOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
BillingBudgetAllUpdatesRuleOutputReference
@Stability(Stable) public BillingBudgetAllUpdatesRuleOutputReference(@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
-
resetDisableDefaultIamRecipients
@Stability(Stable) public void resetDisableDefaultIamRecipients()
-
resetEnableProjectLevelRecipients
@Stability(Stable) public void resetEnableProjectLevelRecipients()
-
resetMonitoringNotificationChannels
@Stability(Stable) public void resetMonitoringNotificationChannels()
-
resetPubsubTopic
@Stability(Stable) public void resetPubsubTopic()
-
resetSchemaVersion
@Stability(Stable) public void resetSchemaVersion()
-
getDisableDefaultIamRecipientsInput
@Stability(Stable) @Nullable public Object getDisableDefaultIamRecipientsInput()
-
getEnableProjectLevelRecipientsInput
@Stability(Stable) @Nullable public Object getEnableProjectLevelRecipientsInput()
-
getMonitoringNotificationChannelsInput
@Stability(Stable) @Nullable public List<String> getMonitoringNotificationChannelsInput()
-
getPubsubTopicInput
@Stability(Stable) @Nullable public String getPubsubTopicInput()
-
getSchemaVersionInput
@Stability(Stable) @Nullable public String getSchemaVersionInput()
-
getDisableDefaultIamRecipients
@Stability(Stable) @NotNull public Object getDisableDefaultIamRecipients()
-
setDisableDefaultIamRecipients
@Stability(Stable) public void setDisableDefaultIamRecipients(@NotNull Boolean value)
-
setDisableDefaultIamRecipients
@Stability(Stable) public void setDisableDefaultIamRecipients(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getEnableProjectLevelRecipients
@Stability(Stable) @NotNull public Object getEnableProjectLevelRecipients()
-
setEnableProjectLevelRecipients
@Stability(Stable) public void setEnableProjectLevelRecipients(@NotNull Boolean value)
-
setEnableProjectLevelRecipients
@Stability(Stable) public void setEnableProjectLevelRecipients(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getMonitoringNotificationChannels
@Stability(Stable) @NotNull public List<String> getMonitoringNotificationChannels()
-
setMonitoringNotificationChannels
@Stability(Stable) public void setMonitoringNotificationChannels(@NotNull List<String> value)
-
getPubsubTopic
@Stability(Stable) @NotNull public String getPubsubTopic()
-
setPubsubTopic
@Stability(Stable) public void setPubsubTopic(@NotNull String value)
-
getSchemaVersion
@Stability(Stable) @NotNull public String getSchemaVersion()
-
setSchemaVersion
@Stability(Stable) public void setSchemaVersion(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public BillingBudgetAllUpdatesRule getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable BillingBudgetAllUpdatesRule value)
-
-