@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVoiceConnectorGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetVoiceConnectorGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
GetVoiceConnectorGroupResult |
clone() |
boolean |
equals(Object obj) |
VoiceConnectorGroup |
getVoiceConnectorGroup()
The details of the Voice Connector group.
|
int |
hashCode() |
void |
setVoiceConnectorGroup(VoiceConnectorGroup voiceConnectorGroup)
The details of the Voice Connector group.
|
String |
toString()
Returns a string representation of this object.
|
GetVoiceConnectorGroupResult |
withVoiceConnectorGroup(VoiceConnectorGroup voiceConnectorGroup)
The details of the Voice Connector group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVoiceConnectorGroup(VoiceConnectorGroup voiceConnectorGroup)
The details of the Voice Connector group.
voiceConnectorGroup - The details of the Voice Connector group.public VoiceConnectorGroup getVoiceConnectorGroup()
The details of the Voice Connector group.
public GetVoiceConnectorGroupResult withVoiceConnectorGroup(VoiceConnectorGroup voiceConnectorGroup)
The details of the Voice Connector group.
voiceConnectorGroup - The details of the Voice Connector group.public String toString()
toString in class ObjectObject.toString()public GetVoiceConnectorGroupResult clone()