@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EmergencyCallingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The emergency calling configuration details associated with an Amazon Chime SDK Voice Connector.
| Constructor and Description |
|---|
EmergencyCallingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
EmergencyCallingConfiguration |
clone() |
boolean |
equals(Object obj) |
List<DNISEmergencyCallingConfiguration> |
getDNIS()
The Dialed Number Identification Service (DNIS) emergency calling configuration details.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDNIS(Collection<DNISEmergencyCallingConfiguration> dNIS)
The Dialed Number Identification Service (DNIS) emergency calling configuration details.
|
String |
toString()
Returns a string representation of this object.
|
EmergencyCallingConfiguration |
withDNIS(Collection<DNISEmergencyCallingConfiguration> dNIS)
The Dialed Number Identification Service (DNIS) emergency calling configuration details.
|
EmergencyCallingConfiguration |
withDNIS(DNISEmergencyCallingConfiguration... dNIS)
The Dialed Number Identification Service (DNIS) emergency calling configuration details.
|
public List<DNISEmergencyCallingConfiguration> getDNIS()
The Dialed Number Identification Service (DNIS) emergency calling configuration details.
public void setDNIS(Collection<DNISEmergencyCallingConfiguration> dNIS)
The Dialed Number Identification Service (DNIS) emergency calling configuration details.
dNIS - The Dialed Number Identification Service (DNIS) emergency calling configuration details.public EmergencyCallingConfiguration withDNIS(DNISEmergencyCallingConfiguration... dNIS)
The Dialed Number Identification Service (DNIS) emergency calling configuration details.
NOTE: This method appends the values to the existing list (if any). Use
setDNIS(java.util.Collection) or withDNIS(java.util.Collection) if you want to override the
existing values.
dNIS - The Dialed Number Identification Service (DNIS) emergency calling configuration details.public EmergencyCallingConfiguration withDNIS(Collection<DNISEmergencyCallingConfiguration> dNIS)
The Dialed Number Identification Service (DNIS) emergency calling configuration details.
dNIS - The Dialed Number Identification Service (DNIS) emergency calling configuration details.public String toString()
toString in class ObjectObject.toString()public EmergencyCallingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.