@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVoiceConnectorEmergencyCallingConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetVoiceConnectorEmergencyCallingConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetVoiceConnectorEmergencyCallingConfigurationResult |
clone() |
boolean |
equals(Object obj) |
EmergencyCallingConfiguration |
getEmergencyCallingConfiguration()
The details of the emergency calling configuration.
|
int |
hashCode() |
void |
setEmergencyCallingConfiguration(EmergencyCallingConfiguration emergencyCallingConfiguration)
The details of the emergency calling configuration.
|
String |
toString()
Returns a string representation of this object.
|
GetVoiceConnectorEmergencyCallingConfigurationResult |
withEmergencyCallingConfiguration(EmergencyCallingConfiguration emergencyCallingConfiguration)
The details of the emergency calling configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetVoiceConnectorEmergencyCallingConfigurationResult()
public void setEmergencyCallingConfiguration(EmergencyCallingConfiguration emergencyCallingConfiguration)
The details of the emergency calling configuration.
emergencyCallingConfiguration
- The details of the emergency calling configuration.public EmergencyCallingConfiguration getEmergencyCallingConfiguration()
The details of the emergency calling configuration.
public GetVoiceConnectorEmergencyCallingConfigurationResult withEmergencyCallingConfiguration(EmergencyCallingConfiguration emergencyCallingConfiguration)
The details of the emergency calling configuration.
emergencyCallingConfiguration
- The details of the emergency calling configuration.public String toString()
toString
in class Object
Object.toString()
public GetVoiceConnectorEmergencyCallingConfigurationResult clone()