@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TelephonySettings extends Object implements Serializable, Cloneable, StructuredPojo
Settings that allow management of telephony permissions for an Amazon Chime user, such as inbound and outbound calling and text messaging.
| Constructor and Description |
|---|
TelephonySettings() |
| Modifier and Type | Method and Description |
|---|---|
TelephonySettings |
clone() |
boolean |
equals(Object obj) |
Boolean |
getInboundCalling()
Allows or denies inbound calling.
|
Boolean |
getOutboundCalling()
Allows or denies outbound calling.
|
Boolean |
getSMS()
Allows or denies SMS messaging.
|
int |
hashCode() |
Boolean |
isInboundCalling()
Allows or denies inbound calling.
|
Boolean |
isOutboundCalling()
Allows or denies outbound calling.
|
Boolean |
isSMS()
Allows or denies SMS messaging.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInboundCalling(Boolean inboundCalling)
Allows or denies inbound calling.
|
void |
setOutboundCalling(Boolean outboundCalling)
Allows or denies outbound calling.
|
void |
setSMS(Boolean sMS)
Allows or denies SMS messaging.
|
String |
toString()
Returns a string representation of this object.
|
TelephonySettings |
withInboundCalling(Boolean inboundCalling)
Allows or denies inbound calling.
|
TelephonySettings |
withOutboundCalling(Boolean outboundCalling)
Allows or denies outbound calling.
|
TelephonySettings |
withSMS(Boolean sMS)
Allows or denies SMS messaging.
|
public void setInboundCalling(Boolean inboundCalling)
Allows or denies inbound calling.
inboundCalling - Allows or denies inbound calling.public Boolean getInboundCalling()
Allows or denies inbound calling.
public TelephonySettings withInboundCalling(Boolean inboundCalling)
Allows or denies inbound calling.
inboundCalling - Allows or denies inbound calling.public Boolean isInboundCalling()
Allows or denies inbound calling.
public void setOutboundCalling(Boolean outboundCalling)
Allows or denies outbound calling.
outboundCalling - Allows or denies outbound calling.public Boolean getOutboundCalling()
Allows or denies outbound calling.
public TelephonySettings withOutboundCalling(Boolean outboundCalling)
Allows or denies outbound calling.
outboundCalling - Allows or denies outbound calling.public Boolean isOutboundCalling()
Allows or denies outbound calling.
public void setSMS(Boolean sMS)
Allows or denies SMS messaging.
sMS - Allows or denies SMS messaging.public Boolean getSMS()
Allows or denies SMS messaging.
public TelephonySettings withSMS(Boolean sMS)
Allows or denies SMS messaging.
sMS - Allows or denies SMS messaging.public Boolean isSMS()
Allows or denies SMS messaging.
public String toString()
toString in class ObjectObject.toString()public TelephonySettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.