@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SipMediaApplicationCall extends Object implements Serializable, Cloneable, StructuredPojo
A Call instance for a SIP media application.
| Constructor and Description |
|---|
SipMediaApplicationCall() |
| Modifier and Type | Method and Description |
|---|---|
SipMediaApplicationCall |
clone() |
boolean |
equals(Object obj) |
String |
getTransactionId()
The transaction ID of a call.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTransactionId(String transactionId)
The transaction ID of a call.
|
String |
toString()
Returns a string representation of this object.
|
SipMediaApplicationCall |
withTransactionId(String transactionId)
The transaction ID of a call.
|
public void setTransactionId(String transactionId)
The transaction ID of a call.
transactionId - The transaction ID of a call.public String getTransactionId()
The transaction ID of a call.
public SipMediaApplicationCall withTransactionId(String transactionId)
The transaction ID of a call.
transactionId - The transaction ID of a call.public String toString()
toString in class ObjectObject.toString()public SipMediaApplicationCall clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.