@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserSettings extends Object implements Serializable, Cloneable, StructuredPojo
Settings associated with an Amazon Chime user, including inbound and outbound calling and text messaging.
Constructor and Description |
---|
UserSettings() |
Modifier and Type | Method and Description |
---|---|
UserSettings |
clone() |
boolean |
equals(Object obj) |
TelephonySettings |
getTelephony()
The telephony settings associated with the user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTelephony(TelephonySettings telephony)
The telephony settings associated with the user.
|
String |
toString()
Returns a string representation of this object.
|
UserSettings |
withTelephony(TelephonySettings telephony)
The telephony settings associated with the user.
|
public void setTelephony(TelephonySettings telephony)
The telephony settings associated with the user.
telephony
- The telephony settings associated with the user.public TelephonySettings getTelephony()
The telephony settings associated with the user.
public UserSettings withTelephony(TelephonySettings telephony)
The telephony settings associated with the user.
telephony
- The telephony settings associated with the user.public String toString()
toString
in class Object
Object.toString()
public UserSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.