public class GetSignalingChannelEndpointResult extends Object implements Serializable
| Constructor and Description |
|---|
GetSignalingChannelEndpointResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ResourceEndpointListItem> |
getResourceEndpointList()
A list of endpoints for the specified signaling channel.
|
int |
hashCode() |
void |
setResourceEndpointList(Collection<ResourceEndpointListItem> resourceEndpointList)
A list of endpoints for the specified signaling channel.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetSignalingChannelEndpointResult |
withResourceEndpointList(Collection<ResourceEndpointListItem> resourceEndpointList)
A list of endpoints for the specified signaling channel.
|
GetSignalingChannelEndpointResult |
withResourceEndpointList(ResourceEndpointListItem... resourceEndpointList)
A list of endpoints for the specified signaling channel.
|
public List<ResourceEndpointListItem> getResourceEndpointList()
A list of endpoints for the specified signaling channel.
A list of endpoints for the specified signaling channel.
public void setResourceEndpointList(Collection<ResourceEndpointListItem> resourceEndpointList)
A list of endpoints for the specified signaling channel.
resourceEndpointList - A list of endpoints for the specified signaling channel.
public GetSignalingChannelEndpointResult withResourceEndpointList(ResourceEndpointListItem... resourceEndpointList)
A list of endpoints for the specified signaling channel.
Returns a reference to this object so that method calls can be chained together.
resourceEndpointList - A list of endpoints for the specified signaling channel.
public GetSignalingChannelEndpointResult withResourceEndpointList(Collection<ResourceEndpointListItem> resourceEndpointList)
A list of endpoints for the specified signaling channel.
Returns a reference to this object so that method calls can be chained together.
resourceEndpointList - A list of endpoints for the specified signaling channel.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.