Class PinpointAppCampaignHookOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.pinpoint_app.PinpointAppCampaignHookOutputReference
-
- 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:54.408Z") @Stability(Stable) public class PinpointAppCampaignHookOutputReference 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 PinpointAppCampaignHookOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedPinpointAppCampaignHookOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedPinpointAppCampaignHookOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PinpointAppCampaignHookgetInternalValue()StringgetLambdaFunctionName()StringgetLambdaFunctionNameInput()StringgetMode()StringgetModeInput()StringgetWebUrl()StringgetWebUrlInput()voidresetLambdaFunctionName()voidresetMode()voidresetWebUrl()voidsetInternalValue(PinpointAppCampaignHook value)voidsetLambdaFunctionName(String value)voidsetMode(String value)voidsetWebUrl(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
-
PinpointAppCampaignHookOutputReference
protected PinpointAppCampaignHookOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
PinpointAppCampaignHookOutputReference
protected PinpointAppCampaignHookOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
PinpointAppCampaignHookOutputReference
@Stability(Stable) public PinpointAppCampaignHookOutputReference(@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
-
resetLambdaFunctionName
@Stability(Stable) public void resetLambdaFunctionName()
-
resetMode
@Stability(Stable) public void resetMode()
-
resetWebUrl
@Stability(Stable) public void resetWebUrl()
-
getLambdaFunctionNameInput
@Stability(Stable) @Nullable public String getLambdaFunctionNameInput()
-
getModeInput
@Stability(Stable) @Nullable public String getModeInput()
-
getWebUrlInput
@Stability(Stable) @Nullable public String getWebUrlInput()
-
getLambdaFunctionName
@Stability(Stable) @NotNull public String getLambdaFunctionName()
-
setLambdaFunctionName
@Stability(Stable) public void setLambdaFunctionName(@NotNull String value)
-
getMode
@Stability(Stable) @NotNull public String getMode()
-
setMode
@Stability(Stable) public void setMode(@NotNull String value)
-
getWebUrl
@Stability(Stable) @NotNull public String getWebUrl()
-
setWebUrl
@Stability(Stable) public void setWebUrl(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public PinpointAppCampaignHook getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable PinpointAppCampaignHook value)
-
-