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