@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputLambdaProcessorUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Represents an update to the InputLambdaProcessor that is used to preprocess the records in the stream.
Constructor and Description |
---|
InputLambdaProcessorUpdate() |
Modifier and Type | Method and Description |
---|---|
InputLambdaProcessorUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARNUpdate()
The ARN of the new AWS Lambda function that is used to
preprocess the records in the stream.
|
String |
getRoleARNUpdate()
The ARN of the new IAM role used to access the AWS Lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setResourceARNUpdate(String resourceARNUpdate)
The ARN of the new AWS Lambda function that is used to
preprocess the records in the stream.
|
void |
setRoleARNUpdate(String roleARNUpdate)
The ARN of the new IAM role used to access the AWS Lambda function.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InputLambdaProcessorUpdate |
withResourceARNUpdate(String resourceARNUpdate)
The ARN of the new AWS Lambda function that is used to
preprocess the records in the stream.
|
InputLambdaProcessorUpdate |
withRoleARNUpdate(String roleARNUpdate)
The ARN of the new IAM role used to access the AWS Lambda function.
|
public void setResourceARNUpdate(String resourceARNUpdate)
The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.
resourceARNUpdate
- The ARN of the new AWS Lambda function that is
used to preprocess the records in the stream.public String getResourceARNUpdate()
The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.
public InputLambdaProcessorUpdate withResourceARNUpdate(String resourceARNUpdate)
The ARN of the new AWS Lambda function that is used to preprocess the records in the stream.
resourceARNUpdate
- The ARN of the new AWS Lambda function that is
used to preprocess the records in the stream.public void setRoleARNUpdate(String roleARNUpdate)
The ARN of the new IAM role used to access the AWS Lambda function.
roleARNUpdate
- The ARN of the new IAM role used to access the AWS Lambda function.public String getRoleARNUpdate()
The ARN of the new IAM role used to access the AWS Lambda function.
public InputLambdaProcessorUpdate withRoleARNUpdate(String roleARNUpdate)
The ARN of the new IAM role used to access the AWS Lambda function.
roleARNUpdate
- The ARN of the new IAM role used to access the AWS Lambda function.public String toString()
toString
in class Object
Object.toString()
public InputLambdaProcessorUpdate 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.