@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaOutputUpdate extends Object implements Serializable, Cloneable, StructuredPojo
When you update an SQL-based Amazon Kinesis Data Analytics application's output configuration using the UpdateApplication operation, provides information about an AWS Lambda function that is configured as the destination.
Constructor and Description |
---|
LambdaOutputUpdate() |
Modifier and Type | Method and Description |
---|---|
LambdaOutputUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARNUpdate()
The Amazon Resource Name (ARN) of the destination AWS Lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the destination AWS Lambda function.
|
String |
toString()
Returns a string representation of this object.
|
LambdaOutputUpdate |
withResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the destination AWS Lambda function.
|
public void setResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the destination AWS Lambda function.
resourceARNUpdate
- The Amazon Resource Name (ARN) of the destination AWS Lambda function.public String getResourceARNUpdate()
The Amazon Resource Name (ARN) of the destination AWS Lambda function.
public LambdaOutputUpdate withResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the destination AWS Lambda function.
resourceARNUpdate
- The Amazon Resource Name (ARN) of the destination AWS Lambda function.public String toString()
toString
in class Object
Object.toString()
public LambdaOutputUpdate 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.