@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CampaignHook extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
CampaignHook() |
| Modifier and Type | Method and Description |
|---|---|
CampaignHook |
clone() |
boolean |
equals(Object obj) |
String |
getLambdaFunctionName()
Lambda function name or arn to be called for delivery
|
String |
getMode()
What mode Lambda should be invoked in.
|
String |
getWebUrl()
Web URL to call for hook.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLambdaFunctionName(String lambdaFunctionName)
Lambda function name or arn to be called for delivery
|
void |
setMode(String mode)
What mode Lambda should be invoked in.
|
void |
setWebUrl(String webUrl)
Web URL to call for hook.
|
String |
toString()
Returns a string representation of this object.
|
CampaignHook |
withLambdaFunctionName(String lambdaFunctionName)
Lambda function name or arn to be called for delivery
|
CampaignHook |
withMode(Mode mode)
What mode Lambda should be invoked in.
|
CampaignHook |
withMode(String mode)
What mode Lambda should be invoked in.
|
CampaignHook |
withWebUrl(String webUrl)
Web URL to call for hook.
|
public void setLambdaFunctionName(String lambdaFunctionName)
lambdaFunctionName - Lambda function name or arn to be called for deliverypublic String getLambdaFunctionName()
public CampaignHook withLambdaFunctionName(String lambdaFunctionName)
lambdaFunctionName - Lambda function name or arn to be called for deliverypublic void setMode(String mode)
mode - What mode Lambda should be invoked in.Modepublic String getMode()
Modepublic CampaignHook withMode(String mode)
mode - What mode Lambda should be invoked in.Modepublic CampaignHook withMode(Mode mode)
mode - What mode Lambda should be invoked in.Modepublic void setWebUrl(String webUrl)
webUrl - Web URL to call for hook. If the URL has authentication specified it will be added as authentication to
the requestpublic String getWebUrl()
public CampaignHook withWebUrl(String webUrl)
webUrl - Web URL to call for hook. If the URL has authentication specified it will be added as authentication to
the requestpublic String toString()
toString in class ObjectObject.toString()public CampaignHook clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.