Class ElastictranscoderPresetAudioOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.elastictranscoder_preset.ElastictranscoderPresetAudioOutputReference
-
- 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 ElastictranscoderPresetAudioOutputReference 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 ElastictranscoderPresetAudioOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedElastictranscoderPresetAudioOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedElastictranscoderPresetAudioOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAudioPackingMode()StringgetAudioPackingModeInput()StringgetBitRate()StringgetBitRateInput()StringgetChannels()StringgetChannelsInput()StringgetCodec()StringgetCodecInput()ElastictranscoderPresetAudiogetInternalValue()StringgetSampleRate()StringgetSampleRateInput()voidresetAudioPackingMode()voidresetBitRate()voidresetChannels()voidresetCodec()voidresetSampleRate()voidsetAudioPackingMode(String value)voidsetBitRate(String value)voidsetChannels(String value)voidsetCodec(String value)voidsetInternalValue(ElastictranscoderPresetAudio value)voidsetSampleRate(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
-
ElastictranscoderPresetAudioOutputReference
protected ElastictranscoderPresetAudioOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ElastictranscoderPresetAudioOutputReference
protected ElastictranscoderPresetAudioOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ElastictranscoderPresetAudioOutputReference
@Stability(Stable) public ElastictranscoderPresetAudioOutputReference(@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
-
resetAudioPackingMode
@Stability(Stable) public void resetAudioPackingMode()
-
resetBitRate
@Stability(Stable) public void resetBitRate()
-
resetChannels
@Stability(Stable) public void resetChannels()
-
resetCodec
@Stability(Stable) public void resetCodec()
-
resetSampleRate
@Stability(Stable) public void resetSampleRate()
-
getAudioPackingModeInput
@Stability(Stable) @Nullable public String getAudioPackingModeInput()
-
getBitRateInput
@Stability(Stable) @Nullable public String getBitRateInput()
-
getChannelsInput
@Stability(Stable) @Nullable public String getChannelsInput()
-
getCodecInput
@Stability(Stable) @Nullable public String getCodecInput()
-
getSampleRateInput
@Stability(Stable) @Nullable public String getSampleRateInput()
-
getAudioPackingMode
@Stability(Stable) @NotNull public String getAudioPackingMode()
-
setAudioPackingMode
@Stability(Stable) public void setAudioPackingMode(@NotNull String value)
-
getBitRate
@Stability(Stable) @NotNull public String getBitRate()
-
setBitRate
@Stability(Stable) public void setBitRate(@NotNull String value)
-
getChannels
@Stability(Stable) @NotNull public String getChannels()
-
setChannels
@Stability(Stable) public void setChannels(@NotNull String value)
-
getCodec
@Stability(Stable) @NotNull public String getCodec()
-
setCodec
@Stability(Stable) public void setCodec(@NotNull String value)
-
getSampleRate
@Stability(Stable) @NotNull public String getSampleRate()
-
setSampleRate
@Stability(Stable) public void setSampleRate(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ElastictranscoderPresetAudio getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ElastictranscoderPresetAudio value)
-
-