@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotificationTargetActions extends Object implements Serializable, Cloneable, StructuredPojo
Specifies an AWS Lambda function to manage alarm notifications. You can create one or use the AWS Lambda function provided by AWS IoT Events.
| Constructor and Description |
|---|
NotificationTargetActions() |
| Modifier and Type | Method and Description |
|---|---|
NotificationTargetActions |
clone() |
boolean |
equals(Object obj) |
LambdaAction |
getLambdaAction() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLambdaAction(LambdaAction lambdaAction) |
String |
toString()
Returns a string representation of this object.
|
NotificationTargetActions |
withLambdaAction(LambdaAction lambdaAction) |
public void setLambdaAction(LambdaAction lambdaAction)
lambdaAction - public LambdaAction getLambdaAction()
public NotificationTargetActions withLambdaAction(LambdaAction lambdaAction)
lambdaAction - public String toString()
toString in class ObjectObject.toString()public NotificationTargetActions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.