@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaConflictHandlerConfig extends Object implements Serializable, Cloneable, StructuredPojo
| 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 ObjectObject.toString()public LambdaConflictHandlerConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.