@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public EmergencyCallingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.