Class CloudbuildTriggerBuildSourceRepoSourceOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_trigger.CloudbuildTriggerBuildSourceRepoSourceOutputReference
-
- 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:18.074Z") @Stability(Stable) public class CloudbuildTriggerBuildSourceRepoSourceOutputReference 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 CloudbuildTriggerBuildSourceRepoSourceOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedCloudbuildTriggerBuildSourceRepoSourceOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCloudbuildTriggerBuildSourceRepoSourceOutputReference(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
-
CloudbuildTriggerBuildSourceRepoSourceOutputReference
protected CloudbuildTriggerBuildSourceRepoSourceOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
CloudbuildTriggerBuildSourceRepoSourceOutputReference
protected CloudbuildTriggerBuildSourceRepoSourceOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
CloudbuildTriggerBuildSourceRepoSourceOutputReference
@Stability(Stable) public CloudbuildTriggerBuildSourceRepoSourceOutputReference(@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
-
resetBranchName
@Stability(Stable) public void resetBranchName()
-
resetCommitSha
@Stability(Stable) public void resetCommitSha()
-
resetDir
@Stability(Stable) public void resetDir()
-
resetInvertRegex
@Stability(Stable) public void resetInvertRegex()
-
resetProjectId
@Stability(Stable) public void resetProjectId()
-
resetSubstitutions
@Stability(Stable) public void resetSubstitutions()
-
resetTagName
@Stability(Stable) public void resetTagName()
-
getBranchNameInput
@Stability(Stable) @Nullable public String getBranchNameInput()
-
getCommitShaInput
@Stability(Stable) @Nullable public String getCommitShaInput()
-
getDirInput
@Stability(Stable) @Nullable public String getDirInput()
-
getInvertRegexInput
@Stability(Stable) @Nullable public Object getInvertRegexInput()
-
getProjectIdInput
@Stability(Stable) @Nullable public String getProjectIdInput()
-
getRepoNameInput
@Stability(Stable) @Nullable public String getRepoNameInput()
-
getSubstitutionsInput
@Stability(Stable) @Nullable public Map<String,String> getSubstitutionsInput()
-
getTagNameInput
@Stability(Stable) @Nullable public String getTagNameInput()
-
getBranchName
@Stability(Stable) @NotNull public String getBranchName()
-
setBranchName
@Stability(Stable) public void setBranchName(@NotNull String value)
-
getCommitSha
@Stability(Stable) @NotNull public String getCommitSha()
-
setCommitSha
@Stability(Stable) public void setCommitSha(@NotNull String value)
-
getDir
@Stability(Stable) @NotNull public String getDir()
-
setDir
@Stability(Stable) public void setDir(@NotNull String value)
-
getInvertRegex
@Stability(Stable) @NotNull public Object getInvertRegex()
-
setInvertRegex
@Stability(Stable) public void setInvertRegex(@NotNull Boolean value)
-
setInvertRegex
@Stability(Stable) public void setInvertRegex(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getProjectId
@Stability(Stable) @NotNull public String getProjectId()
-
setProjectId
@Stability(Stable) public void setProjectId(@NotNull String value)
-
getRepoName
@Stability(Stable) @NotNull public String getRepoName()
-
setRepoName
@Stability(Stable) public void setRepoName(@NotNull String value)
-
setSubstitutions
@Stability(Stable) public void setSubstitutions(@NotNull Map<String,String> value)
-
getTagName
@Stability(Stable) @NotNull public String getTagName()
-
setTagName
@Stability(Stable) public void setTagName(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public CloudbuildTriggerBuildSourceRepoSource getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable CloudbuildTriggerBuildSourceRepoSource value)
-
-