@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SipMediaApplicationEndpoint extends Object implements Serializable, Cloneable, StructuredPojo
The endpoint assigned to the SIP media application.
Constructor and Description |
---|
SipMediaApplicationEndpoint() |
Modifier and Type | Method and Description |
---|---|
SipMediaApplicationEndpoint |
clone() |
boolean |
equals(Object obj) |
String |
getLambdaArn()
Valid Amazon Resource Name (ARN) of the Lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLambdaArn(String lambdaArn)
Valid Amazon Resource Name (ARN) of the Lambda function.
|
String |
toString()
Returns a string representation of this object.
|
SipMediaApplicationEndpoint |
withLambdaArn(String lambdaArn)
Valid Amazon Resource Name (ARN) of the Lambda function.
|
public void setLambdaArn(String lambdaArn)
Valid Amazon Resource Name (ARN) of the Lambda function. The function must be created in the same AWS Region as the SIP media application.
lambdaArn
- Valid Amazon Resource Name (ARN) of the Lambda function. The function must be created in the same AWS
Region as the SIP media application.public String getLambdaArn()
Valid Amazon Resource Name (ARN) of the Lambda function. The function must be created in the same AWS Region as the SIP media application.
public SipMediaApplicationEndpoint withLambdaArn(String lambdaArn)
Valid Amazon Resource Name (ARN) of the Lambda function. The function must be created in the same AWS Region as the SIP media application.
lambdaArn
- Valid Amazon Resource Name (ARN) of the Lambda function. The function must be created in the same AWS
Region as the SIP media application.public String toString()
toString
in class Object
Object.toString()
public SipMediaApplicationEndpoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.