Class DataprocMetastoreFederationBackendMetastoresOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dataproc_metastore_federation.DataprocMetastoreFederationBackendMetastoresOutputReference
-
- 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:20.762Z") @Stability(Stable) public class DataprocMetastoreFederationBackendMetastoresOutputReference 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 DataprocMetastoreFederationBackendMetastoresOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedDataprocMetastoreFederationBackendMetastoresOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataprocMetastoreFederationBackendMetastoresOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetInternalValue()StringgetMetastoreType()StringgetMetastoreTypeInput()StringgetName()StringgetNameInput()StringgetRank()StringgetRankInput()voidsetInternalValue(com.hashicorp.cdktf.IResolvable value)voidsetInternalValue(DataprocMetastoreFederationBackendMetastores value)voidsetMetastoreType(String value)voidsetName(String value)voidsetRank(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
-
DataprocMetastoreFederationBackendMetastoresOutputReference
protected DataprocMetastoreFederationBackendMetastoresOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataprocMetastoreFederationBackendMetastoresOutputReference
protected DataprocMetastoreFederationBackendMetastoresOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataprocMetastoreFederationBackendMetastoresOutputReference
@Stability(Stable) public DataprocMetastoreFederationBackendMetastoresOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute, @NotNull Number complexObjectIndex, @NotNull Boolean complexObjectIsFromSet)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.complexObjectIndex- the index of this item in the list. This parameter is required.complexObjectIsFromSet- whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
-
-
Method Detail
-
getMetastoreTypeInput
@Stability(Stable) @Nullable public String getMetastoreTypeInput()
-
getNameInput
@Stability(Stable) @Nullable public String getNameInput()
-
getRankInput
@Stability(Stable) @Nullable public String getRankInput()
-
getMetastoreType
@Stability(Stable) @NotNull public String getMetastoreType()
-
setMetastoreType
@Stability(Stable) public void setMetastoreType(@NotNull String value)
-
getName
@Stability(Stable) @NotNull public String getName()
-
setName
@Stability(Stable) public void setName(@NotNull String value)
-
getRank
@Stability(Stable) @NotNull public String getRank()
-
setRank
@Stability(Stable) public void setRank(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public Object getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable com.hashicorp.cdktf.IResolvable value)
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataprocMetastoreFederationBackendMetastores value)
-
-