@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DNISEmergencyCallingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
DNISEmergencyCallingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DNISEmergencyCallingConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getCallingCountry() |
String |
getEmergencyPhoneNumber() |
String |
getTestPhoneNumber() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCallingCountry(String callingCountry) |
void |
setEmergencyPhoneNumber(String emergencyPhoneNumber) |
void |
setTestPhoneNumber(String testPhoneNumber) |
String |
toString()
Returns a string representation of this object.
|
DNISEmergencyCallingConfiguration |
withCallingCountry(String callingCountry) |
DNISEmergencyCallingConfiguration |
withEmergencyPhoneNumber(String emergencyPhoneNumber) |
DNISEmergencyCallingConfiguration |
withTestPhoneNumber(String testPhoneNumber) |
public void setEmergencyPhoneNumber(String emergencyPhoneNumber)
emergencyPhoneNumber - public String getEmergencyPhoneNumber()
public DNISEmergencyCallingConfiguration withEmergencyPhoneNumber(String emergencyPhoneNumber)
emergencyPhoneNumber - public void setTestPhoneNumber(String testPhoneNumber)
testPhoneNumber - public String getTestPhoneNumber()
public DNISEmergencyCallingConfiguration withTestPhoneNumber(String testPhoneNumber)
testPhoneNumber - public void setCallingCountry(String callingCountry)
callingCountry - public String getCallingCountry()
public DNISEmergencyCallingConfiguration withCallingCountry(String callingCountry)
callingCountry - public String toString()
toString in class ObjectObject.toString()public DNISEmergencyCallingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.