@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, version, or alias.
|
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, version, or alias.
|
String |
toString()
Returns a string representation of this object.
|
SipMediaApplicationEndpoint |
withLambdaArn(String lambdaArn)
Valid Amazon Resource Name (ARN) of the Lambda function, version, or alias.
|
public void setLambdaArn(String lambdaArn)
Valid Amazon Resource Name (ARN) of the Lambda function, version, or alias. 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, version, or alias. 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, version, or alias. 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, version, or alias. 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, version, or alias. 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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.