public class GetIceServerConfigResult extends Object implements Serializable
| Constructor and Description |
|---|
GetIceServerConfigResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<IceServer> |
getIceServerList()
The list of ICE server information objects.
|
int |
hashCode() |
void |
setIceServerList(Collection<IceServer> iceServerList)
The list of ICE server information objects.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIceServerConfigResult |
withIceServerList(Collection<IceServer> iceServerList)
The list of ICE server information objects.
|
GetIceServerConfigResult |
withIceServerList(IceServer... iceServerList)
The list of ICE server information objects.
|
public List<IceServer> getIceServerList()
The list of ICE server information objects.
The list of ICE server information objects.
public void setIceServerList(Collection<IceServer> iceServerList)
The list of ICE server information objects.
iceServerList - The list of ICE server information objects.
public GetIceServerConfigResult withIceServerList(IceServer... iceServerList)
The list of ICE server information objects.
Returns a reference to this object so that method calls can be chained together.
iceServerList - The list of ICE server information objects.
public GetIceServerConfigResult withIceServerList(Collection<IceServer> iceServerList)
The list of ICE server information objects.
Returns a reference to this object so that method calls can be chained together.
iceServerList - The list of ICE server information objects.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.