@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaFunctionScheduledEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about a lambda function scheduled during an execution.
Constructor and Description |
---|
LambdaFunctionScheduledEventDetails() |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionScheduledEventDetails |
clone() |
boolean |
equals(Object obj) |
String |
getInput()
The JSON data input to the lambda function.
|
HistoryEventExecutionDataDetails |
getInputDetails()
Contains details about input for an execution history event.
|
String |
getResource()
The Amazon Resource Name (ARN) of the scheduled lambda function.
|
Long |
getTimeoutInSeconds()
The maximum allowed duration of the lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInput(String input)
The JSON data input to the lambda function.
|
void |
setInputDetails(HistoryEventExecutionDataDetails inputDetails)
Contains details about input for an execution history event.
|
void |
setResource(String resource)
The Amazon Resource Name (ARN) of the scheduled lambda function.
|
void |
setTimeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the lambda function.
|
String |
toString()
Returns a string representation of this object.
|
LambdaFunctionScheduledEventDetails |
withInput(String input)
The JSON data input to the lambda function.
|
LambdaFunctionScheduledEventDetails |
withInputDetails(HistoryEventExecutionDataDetails inputDetails)
Contains details about input for an execution history event.
|
LambdaFunctionScheduledEventDetails |
withResource(String resource)
The Amazon Resource Name (ARN) of the scheduled lambda function.
|
LambdaFunctionScheduledEventDetails |
withTimeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the lambda function.
|
public void setResource(String resource)
The Amazon Resource Name (ARN) of the scheduled lambda function.
resource
- The Amazon Resource Name (ARN) of the scheduled lambda function.public String getResource()
The Amazon Resource Name (ARN) of the scheduled lambda function.
public LambdaFunctionScheduledEventDetails withResource(String resource)
The Amazon Resource Name (ARN) of the scheduled lambda function.
resource
- The Amazon Resource Name (ARN) of the scheduled lambda function.public void setInput(String input)
The JSON data input to the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
input
- The JSON data input to the lambda function. Length constraints apply to the payload size, and are
expressed as bytes in UTF-8 encoding.public String getInput()
The JSON data input to the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
public LambdaFunctionScheduledEventDetails withInput(String input)
The JSON data input to the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
input
- The JSON data input to the lambda function. Length constraints apply to the payload size, and are
expressed as bytes in UTF-8 encoding.public void setInputDetails(HistoryEventExecutionDataDetails inputDetails)
Contains details about input for an execution history event.
inputDetails
- Contains details about input for an execution history event.public HistoryEventExecutionDataDetails getInputDetails()
Contains details about input for an execution history event.
public LambdaFunctionScheduledEventDetails withInputDetails(HistoryEventExecutionDataDetails inputDetails)
Contains details about input for an execution history event.
inputDetails
- Contains details about input for an execution history event.public void setTimeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the lambda function.
timeoutInSeconds
- The maximum allowed duration of the lambda function.public Long getTimeoutInSeconds()
The maximum allowed duration of the lambda function.
public LambdaFunctionScheduledEventDetails withTimeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the lambda function.
timeoutInSeconds
- The maximum allowed duration of the lambda function.public String toString()
toString
in class Object
Object.toString()
public LambdaFunctionScheduledEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.