public class GetIceServerConfigResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
GetIceServerConfigResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<IceServer> |
getIceServerList()
The list of ICE server information objects.
|
int |
hashCode() |
void |
setIceServerList(java.util.Collection<IceServer> iceServerList)
The list of ICE server information objects.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIceServerConfigResult |
withIceServerList(java.util.Collection<IceServer> iceServerList)
The list of ICE server information objects.
|
GetIceServerConfigResult |
withIceServerList(IceServer... iceServerList)
The list of ICE server information objects.
|
public java.util.List<IceServer> getIceServerList()
The list of ICE server information objects.
The list of ICE server information objects.
public void setIceServerList(java.util.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(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.