@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CallDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details of an Amazon Chime SDK Voice Connector call.
| Constructor and Description |
|---|
CallDetails() |
| Modifier and Type | Method and Description |
|---|---|
CallDetails |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsCaller()
Identifies a person as the caller or the callee.
|
String |
getTransactionId()
The transaction ID of a Voice Connector call.
|
String |
getVoiceConnectorId()
The Voice Connector ID.
|
int |
hashCode() |
Boolean |
isCaller()
Identifies a person as the caller or the callee.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setIsCaller(Boolean isCaller)
Identifies a person as the caller or the callee.
|
void |
setTransactionId(String transactionId)
The transaction ID of a Voice Connector call.
|
void |
setVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
|
String |
toString()
Returns a string representation of this object.
|
CallDetails |
withIsCaller(Boolean isCaller)
Identifies a person as the caller or the callee.
|
CallDetails |
withTransactionId(String transactionId)
The transaction ID of a Voice Connector call.
|
CallDetails |
withVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
|
public void setVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
voiceConnectorId - The Voice Connector ID.public String getVoiceConnectorId()
The Voice Connector ID.
public CallDetails withVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
voiceConnectorId - The Voice Connector ID.public void setTransactionId(String transactionId)
The transaction ID of a Voice Connector call.
transactionId - The transaction ID of a Voice Connector call.public String getTransactionId()
The transaction ID of a Voice Connector call.
public CallDetails withTransactionId(String transactionId)
The transaction ID of a Voice Connector call.
transactionId - The transaction ID of a Voice Connector call.public void setIsCaller(Boolean isCaller)
Identifies a person as the caller or the callee.
isCaller - Identifies a person as the caller or the callee.public Boolean getIsCaller()
Identifies a person as the caller or the callee.
public CallDetails withIsCaller(Boolean isCaller)
Identifies a person as the caller or the callee.
isCaller - Identifies a person as the caller or the callee.public Boolean isCaller()
Identifies a person as the caller or the callee.
public String toString()
toString in class ObjectObject.toString()public CallDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.