@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.
|
TaskCredentials |
getTaskCredentials()
The credentials that Step Functions uses for the task.
|
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 |
setTaskCredentials(TaskCredentials taskCredentials)
The credentials that Step Functions uses for the task.
|
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 |
withTaskCredentials(TaskCredentials taskCredentials)
The credentials that Step Functions uses for the task.
|
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 void setTaskCredentials(TaskCredentials taskCredentials)
The credentials that Step Functions uses for the task.
taskCredentials
- The credentials that Step Functions uses for the task.public TaskCredentials getTaskCredentials()
The credentials that Step Functions uses for the task.
public LambdaFunctionScheduledEventDetails withTaskCredentials(TaskCredentials taskCredentials)
The credentials that Step Functions uses for the task.
taskCredentials
- The credentials that Step Functions uses for the task.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.