@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaFunctionSucceededEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about a lambda function which successfully terminated during an execution.
Constructor and Description |
---|
LambdaFunctionSucceededEventDetails() |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionSucceededEventDetails |
clone() |
boolean |
equals(Object obj) |
String |
getOutput()
The JSON data output by the lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOutput(String output)
The JSON data output by the lambda function.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LambdaFunctionSucceededEventDetails |
withOutput(String output)
The JSON data output by the lambda function.
|
public void setOutput(String output)
The JSON data output by the lambda function.
output
- The JSON data output by the lambda function.public String getOutput()
The JSON data output by the lambda function.
public LambdaFunctionSucceededEventDetails withOutput(String output)
The JSON data output by the lambda function.
output
- The JSON data output by the lambda function.public String toString()
toString
in class Object
Object.toString()
public LambdaFunctionSucceededEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.