@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaFunctionSucceededEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about a lambda function that 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.
|
HistoryEventExecutionDataDetails |
getOutputDetails()
Contains details about the output of an execution history event.
|
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.
|
void |
setOutputDetails(HistoryEventExecutionDataDetails outputDetails)
Contains details about the output of an execution history event.
|
String |
toString()
Returns a string representation of this object.
|
LambdaFunctionSucceededEventDetails |
withOutput(String output)
The JSON data output by the lambda function.
|
LambdaFunctionSucceededEventDetails |
withOutputDetails(HistoryEventExecutionDataDetails outputDetails)
Contains details about the output of an execution history event.
|
public void setOutput(String output)
The JSON data output by the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
output
- The JSON data output by the lambda function. Length constraints apply to the payload size, and are
expressed as bytes in UTF-8 encoding.public String getOutput()
The JSON data output by the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
public LambdaFunctionSucceededEventDetails withOutput(String output)
The JSON data output by the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
output
- The JSON data output by the lambda function. Length constraints apply to the payload size, and are
expressed as bytes in UTF-8 encoding.public void setOutputDetails(HistoryEventExecutionDataDetails outputDetails)
Contains details about the output of an execution history event.
outputDetails
- Contains details about the output of an execution history event.public HistoryEventExecutionDataDetails getOutputDetails()
Contains details about the output of an execution history event.
public LambdaFunctionSucceededEventDetails withOutputDetails(HistoryEventExecutionDataDetails outputDetails)
Contains details about the output of an execution history event.
outputDetails
- Contains details about the output of an execution history event.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.