@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SipMediaApplicationEndpoint extends Object implements Serializable, Cloneable, StructuredPojo
Endpoints to specify as part of a 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 of the same AWS Region where the SIP media application is
created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLambdaArn(String lambdaArn)
Valid Amazon Resource Name (ARN) of the Lambda function of the same AWS Region where the SIP media application is
created.
|
String |
toString()
Returns a string representation of this object.
|
SipMediaApplicationEndpoint |
withLambdaArn(String lambdaArn)
Valid Amazon Resource Name (ARN) of the Lambda function of the same AWS Region where the SIP media application is
created.
|
public void setLambdaArn(String lambdaArn)
Valid Amazon Resource Name (ARN) of the Lambda function of the same AWS Region where the SIP media application is created.
lambdaArn - Valid Amazon Resource Name (ARN) of the Lambda function of the same AWS Region where the SIP media
application is created.public String getLambdaArn()
Valid Amazon Resource Name (ARN) of the Lambda function of the same AWS Region where the SIP media application is created.
public SipMediaApplicationEndpoint withLambdaArn(String lambdaArn)
Valid Amazon Resource Name (ARN) of the Lambda function of the same AWS Region where the SIP media application is created.
lambdaArn - Valid Amazon Resource Name (ARN) of the Lambda function of the same AWS Region where the SIP media
application is created.public String toString()
toString in class ObjectObject.toString()public SipMediaApplicationEndpoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.