@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EmergencyCallingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
EmergencyCallingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
EmergencyCallingConfiguration |
clone() |
boolean |
equals(Object obj) |
List<DNISEmergencyCallingConfiguration> |
getDNIS() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDNIS(Collection<DNISEmergencyCallingConfiguration> dNIS) |
String |
toString()
Returns a string representation of this object.
|
EmergencyCallingConfiguration |
withDNIS(Collection<DNISEmergencyCallingConfiguration> dNIS) |
EmergencyCallingConfiguration |
withDNIS(DNISEmergencyCallingConfiguration... dNIS)
NOTE: This method appends the values to the existing list (if any).
|
public List<DNISEmergencyCallingConfiguration> getDNIS()
public void setDNIS(Collection<DNISEmergencyCallingConfiguration> dNIS)
dNIS - public EmergencyCallingConfiguration withDNIS(DNISEmergencyCallingConfiguration... dNIS)
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 - public EmergencyCallingConfiguration withDNIS(Collection<DNISEmergencyCallingConfiguration> dNIS)
dNIS - public String toString()
toString in class ObjectObject.toString()public EmergencyCallingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.