@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public SipMediaApplicationEndpoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.