@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Participant extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Participant() |
| Modifier and Type | Method and Description |
|---|---|
Participant |
clone() |
boolean |
equals(Object obj) |
String |
getPhoneNumber() |
String |
getProxyPhoneNumber() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPhoneNumber(String phoneNumber) |
void |
setProxyPhoneNumber(String proxyPhoneNumber) |
String |
toString()
Returns a string representation of this object.
|
Participant |
withPhoneNumber(String phoneNumber) |
Participant |
withProxyPhoneNumber(String proxyPhoneNumber) |
public void setPhoneNumber(String phoneNumber)
phoneNumber - public String getPhoneNumber()
public Participant withPhoneNumber(String phoneNumber)
phoneNumber - public void setProxyPhoneNumber(String proxyPhoneNumber)
proxyPhoneNumber - public String getProxyPhoneNumber()
public Participant withProxyPhoneNumber(String proxyPhoneNumber)
proxyPhoneNumber - public String toString()
toString in class ObjectObject.toString()public Participant clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.