@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVoiceConnectorTerminationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetVoiceConnectorTerminationResult() |
Modifier and Type | Method and Description |
---|---|
GetVoiceConnectorTerminationResult |
clone() |
boolean |
equals(Object obj) |
Termination |
getTermination()
The termination setting details.
|
int |
hashCode() |
void |
setTermination(Termination termination)
The termination setting details.
|
String |
toString()
Returns a string representation of this object.
|
GetVoiceConnectorTerminationResult |
withTermination(Termination termination)
The termination setting details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTermination(Termination termination)
The termination setting details.
termination
- The termination setting details.public Termination getTermination()
The termination setting details.
public GetVoiceConnectorTerminationResult withTermination(Termination termination)
The termination setting details.
termination
- The termination setting details.public String toString()
toString
in class Object
Object.toString()
public GetVoiceConnectorTerminationResult clone()