@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaEndpointConfig extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for the Lambda endpoint type.
| Constructor and Description |
|---|
LambdaEndpointConfig() |
| Modifier and Type | Method and Description |
|---|---|
LambdaEndpointConfig |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the Lambda endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the Lambda endpoint.
|
String |
toString()
Returns a string representation of this object.
|
LambdaEndpointConfig |
withArn(String arn)
The Amazon Resource Name (ARN) of the Lambda endpoint.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the Lambda endpoint.
arn - The Amazon Resource Name (ARN) of the Lambda endpoint.public String getArn()
The Amazon Resource Name (ARN) of the Lambda endpoint.
public LambdaEndpointConfig withArn(String arn)
The Amazon Resource Name (ARN) of the Lambda endpoint.
arn - The Amazon Resource Name (ARN) of the Lambda endpoint.public String toString()
toString in class ObjectObject.toString()public LambdaEndpointConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.