@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.
|
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 |
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; useful for testing and debugging.
|
LambdaFunctionScheduledEventDetails |
withInput(String input)
The JSON data input to the lambda function.
|
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.
input
- The JSON data input to the lambda function.public String getInput()
The JSON data input to the lambda function.
public LambdaFunctionScheduledEventDetails withInput(String input)
The JSON data input to the lambda function.
input
- The JSON data input to the lambda function.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.