@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaAvailabilityProvider extends Object implements Serializable, Cloneable, StructuredPojo
Describes a Lambda based availability provider.
| Constructor and Description |
|---|
LambdaAvailabilityProvider() |
| Modifier and Type | Method and Description |
|---|---|
LambdaAvailabilityProvider |
clone() |
boolean |
equals(Object obj) |
String |
getLambdaArn()
The Amazon Resource Name (ARN) of the Lambda that acts as the availability provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda that acts as the availability provider.
|
String |
toString()
Returns a string representation of this object.
|
LambdaAvailabilityProvider |
withLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda that acts as the availability provider.
|
public void setLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda that acts as the availability provider.
lambdaArn - The Amazon Resource Name (ARN) of the Lambda that acts as the availability provider.public String getLambdaArn()
The Amazon Resource Name (ARN) of the Lambda that acts as the availability provider.
public LambdaAvailabilityProvider withLambdaArn(String lambdaArn)
The Amazon Resource Name (ARN) of the Lambda that acts as the availability provider.
lambdaArn - The Amazon Resource Name (ARN) of the Lambda that acts as the availability provider.public String toString()
toString in class ObjectObject.toString()public LambdaAvailabilityProvider clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.