@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaConflictHandlerConfig extends Object implements Serializable, Cloneable, StructuredPojo
The LambdaConflictHandlerConfig
object when configuring LAMBDA as the Conflict Handler.
Constructor and Description |
---|
LambdaConflictHandlerConfig() |
Modifier and Type | Method and Description |
---|---|
LambdaConflictHandlerConfig |
clone() |
boolean |
equals(Object obj) |
String |
getLambdaConflictHandlerArn()
The Arn for the Lambda function to use as the Conflict Handler.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLambdaConflictHandlerArn(String lambdaConflictHandlerArn)
The Arn for the Lambda function to use as the Conflict Handler.
|
String |
toString()
Returns a string representation of this object.
|
LambdaConflictHandlerConfig |
withLambdaConflictHandlerArn(String lambdaConflictHandlerArn)
The Arn for the Lambda function to use as the Conflict Handler.
|
public void setLambdaConflictHandlerArn(String lambdaConflictHandlerArn)
The Arn for the Lambda function to use as the Conflict Handler.
lambdaConflictHandlerArn
- The Arn for the Lambda function to use as the Conflict Handler.public String getLambdaConflictHandlerArn()
The Arn for the Lambda function to use as the Conflict Handler.
public LambdaConflictHandlerConfig withLambdaConflictHandlerArn(String lambdaConflictHandlerArn)
The Arn for the Lambda function to use as the Conflict Handler.
lambdaConflictHandlerArn
- The Arn for the Lambda function to use as the Conflict Handler.public String toString()
toString
in class Object
Object.toString()
public LambdaConflictHandlerConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2020. All rights reserved.