@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSignalingChannelEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSignalingChannelEndpointResult() |
Modifier and Type | Method and Description |
---|---|
GetSignalingChannelEndpointResult |
clone() |
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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ResourceEndpointListItem> getResourceEndpointList()
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.
NOTE: This method appends the values to the existing list (if any). Use
setResourceEndpointList(java.util.Collection)
or withResourceEndpointList(java.util.Collection)
if you want to override the existing values.
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.
resourceEndpointList
- A list of endpoints for the specified signaling channel.public String toString()
toString
in class Object
Object.toString()
public GetSignalingChannelEndpointResult clone()