Class ElastictranscoderPresetAudioCodecOptionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.elastictranscoder_preset.ElastictranscoderPresetAudioCodecOptionsOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.971Z") @Stability(Stable) public class ElastictranscoderPresetAudioCodecOptionsOutputReference 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 ElastictranscoderPresetAudioCodecOptionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedElastictranscoderPresetAudioCodecOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedElastictranscoderPresetAudioCodecOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBitDepth()StringgetBitDepthInput()StringgetBitOrder()StringgetBitOrderInput()ElastictranscoderPresetAudioCodecOptionsgetInternalValue()StringgetProfile()StringgetProfileInput()StringgetSigned()StringgetSignedInput()voidresetBitDepth()voidresetBitOrder()voidresetProfile()voidresetSigned()voidsetBitDepth(String value)voidsetBitOrder(String value)voidsetInternalValue(ElastictranscoderPresetAudioCodecOptions value)voidsetProfile(String value)voidsetSigned(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
-
ElastictranscoderPresetAudioCodecOptionsOutputReference
protected ElastictranscoderPresetAudioCodecOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ElastictranscoderPresetAudioCodecOptionsOutputReference
protected ElastictranscoderPresetAudioCodecOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ElastictranscoderPresetAudioCodecOptionsOutputReference
@Stability(Stable) public ElastictranscoderPresetAudioCodecOptionsOutputReference(@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
-
resetBitDepth
@Stability(Stable) public void resetBitDepth()
-
resetBitOrder
@Stability(Stable) public void resetBitOrder()
-
resetProfile
@Stability(Stable) public void resetProfile()
-
resetSigned
@Stability(Stable) public void resetSigned()
-
getBitDepthInput
@Stability(Stable) @Nullable public String getBitDepthInput()
-
getBitOrderInput
@Stability(Stable) @Nullable public String getBitOrderInput()
-
getProfileInput
@Stability(Stable) @Nullable public String getProfileInput()
-
getSignedInput
@Stability(Stable) @Nullable public String getSignedInput()
-
getBitDepth
@Stability(Stable) @NotNull public String getBitDepth()
-
setBitDepth
@Stability(Stable) public void setBitDepth(@NotNull String value)
-
getBitOrder
@Stability(Stable) @NotNull public String getBitOrder()
-
setBitOrder
@Stability(Stable) public void setBitOrder(@NotNull String value)
-
getProfile
@Stability(Stable) @NotNull public String getProfile()
-
setProfile
@Stability(Stable) public void setProfile(@NotNull String value)
-
getSigned
@Stability(Stable) @NotNull public String getSigned()
-
setSigned
@Stability(Stable) public void setSigned(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ElastictranscoderPresetAudioCodecOptions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ElastictranscoderPresetAudioCodecOptions value)
-
-