@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputLambdaProcessor extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains the Amazon Resource Name (ARN) of the AWS Lambda function that is used to preprocess records in the stream in an SQL-based Amazon Kinesis Data Analytics application.
Constructor and Description |
---|
InputLambdaProcessor() |
Modifier and Type | Method and Description |
---|---|
InputLambdaProcessor |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN()
The ARN of the AWS Lambda function that operates on records in the stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setResourceARN(String resourceARN)
The ARN of the AWS Lambda function that operates on records in the stream.
|
String |
toString()
Returns a string representation of this object.
|
InputLambdaProcessor |
withResourceARN(String resourceARN)
The ARN of the AWS Lambda function that operates on records in the stream.
|
public void setResourceARN(String resourceARN)
The ARN of the AWS Lambda function that operates on records in the stream.
resourceARN
- The ARN of the AWS Lambda function that operates on records in the stream.public String getResourceARN()
The ARN of the AWS Lambda function that operates on records in the stream.
public InputLambdaProcessor withResourceARN(String resourceARN)
The ARN of the AWS Lambda function that operates on records in the stream.
resourceARN
- The ARN of the AWS Lambda function that operates on records in the stream.public String toString()
toString
in class Object
Object.toString()
public InputLambdaProcessor 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.