@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Participant extends Object implements Serializable, Cloneable, StructuredPojo
The phone number and proxy phone number for a participant in an Amazon Chime Voice Connector proxy session.
Constructor and Description |
---|
Participant() |
Modifier and Type | Method and Description |
---|---|
Participant |
clone() |
boolean |
equals(Object obj) |
String |
getPhoneNumber()
The participant's phone number.
|
String |
getProxyPhoneNumber()
The participant's proxy phone number.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPhoneNumber(String phoneNumber)
The participant's phone number.
|
void |
setProxyPhoneNumber(String proxyPhoneNumber)
The participant's proxy phone number.
|
String |
toString()
Returns a string representation of this object.
|
Participant |
withPhoneNumber(String phoneNumber)
The participant's phone number.
|
Participant |
withProxyPhoneNumber(String proxyPhoneNumber)
The participant's proxy phone number.
|
public void setPhoneNumber(String phoneNumber)
The participant's phone number.
phoneNumber
- The participant's phone number.public String getPhoneNumber()
The participant's phone number.
public Participant withPhoneNumber(String phoneNumber)
The participant's phone number.
phoneNumber
- The participant's phone number.public void setProxyPhoneNumber(String proxyPhoneNumber)
The participant's proxy phone number.
proxyPhoneNumber
- The participant's proxy phone number.public String getProxyPhoneNumber()
The participant's proxy phone number.
public Participant withProxyPhoneNumber(String proxyPhoneNumber)
The participant's proxy phone number.
proxyPhoneNumber
- The participant's proxy phone number.public String toString()
toString
in class Object
Object.toString()
public Participant clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.