@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVoiceConnectorTerminationHealthResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetVoiceConnectorTerminationHealthResult() |
| Modifier and Type | Method and Description |
|---|---|
GetVoiceConnectorTerminationHealthResult |
clone() |
boolean |
equals(Object obj) |
TerminationHealth |
getTerminationHealth()
The termination health details.
|
int |
hashCode() |
void |
setTerminationHealth(TerminationHealth terminationHealth)
The termination health details.
|
String |
toString()
Returns a string representation of this object.
|
GetVoiceConnectorTerminationHealthResult |
withTerminationHealth(TerminationHealth terminationHealth)
The termination health details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetVoiceConnectorTerminationHealthResult()
public void setTerminationHealth(TerminationHealth terminationHealth)
The termination health details.
terminationHealth - The termination health details.public TerminationHealth getTerminationHealth()
The termination health details.
public GetVoiceConnectorTerminationHealthResult withTerminationHealth(TerminationHealth terminationHealth)
The termination health details.
terminationHealth - The termination health details.public String toString()
toString in class ObjectObject.toString()public GetVoiceConnectorTerminationHealthResult clone()