@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 call's transaction ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTransactionId(String transactionId)
The call's transaction ID.
|
String |
toString()
Returns a string representation of this object.
|
SipMediaApplicationCall |
withTransactionId(String transactionId)
The call's transaction ID.
|
public void setTransactionId(String transactionId)
The call's transaction ID.
transactionId
- The call's transaction ID.public String getTransactionId()
The call's transaction ID.
public SipMediaApplicationCall withTransactionId(String transactionId)
The call's transaction ID.
transactionId
- The call's transaction ID.public String toString()
toString
in class Object
Object.toString()
public SipMediaApplicationCall clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.