@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListChannelsAssociatedWithChannelFlowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListChannelsAssociatedWithChannelFlowResult() |
| Modifier and Type | Method and Description |
|---|---|
ListChannelsAssociatedWithChannelFlowResult |
clone() |
boolean |
equals(Object obj) |
List<ChannelAssociatedWithFlowSummary> |
getChannels()
The information about each channel.
|
String |
getNextToken()
The token passed by previous API calls until all requested channels are returned.
|
int |
hashCode() |
void |
setChannels(Collection<ChannelAssociatedWithFlowSummary> channels)
The information about each channel.
|
void |
setNextToken(String nextToken)
The token passed by previous API calls until all requested channels are returned.
|
String |
toString()
Returns a string representation of this object.
|
ListChannelsAssociatedWithChannelFlowResult |
withChannels(ChannelAssociatedWithFlowSummary... channels)
The information about each channel.
|
ListChannelsAssociatedWithChannelFlowResult |
withChannels(Collection<ChannelAssociatedWithFlowSummary> channels)
The information about each channel.
|
ListChannelsAssociatedWithChannelFlowResult |
withNextToken(String nextToken)
The token passed by previous API calls until all requested channels are returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListChannelsAssociatedWithChannelFlowResult()
public List<ChannelAssociatedWithFlowSummary> getChannels()
The information about each channel.
public void setChannels(Collection<ChannelAssociatedWithFlowSummary> channels)
The information about each channel.
channels - The information about each channel.public ListChannelsAssociatedWithChannelFlowResult withChannels(ChannelAssociatedWithFlowSummary... channels)
The information about each channel.
NOTE: This method appends the values to the existing list (if any). Use
setChannels(java.util.Collection) or withChannels(java.util.Collection) if you want to override
the existing values.
channels - The information about each channel.public ListChannelsAssociatedWithChannelFlowResult withChannels(Collection<ChannelAssociatedWithFlowSummary> channels)
The information about each channel.
channels - The information about each channel.public void setNextToken(String nextToken)
The token passed by previous API calls until all requested channels are returned.
nextToken - The token passed by previous API calls until all requested channels are returned.public String getNextToken()
The token passed by previous API calls until all requested channels are returned.
public ListChannelsAssociatedWithChannelFlowResult withNextToken(String nextToken)
The token passed by previous API calls until all requested channels are returned.
nextToken - The token passed by previous API calls until all requested channels are returned.public String toString()
toString in class ObjectObject.toString()public ListChannelsAssociatedWithChannelFlowResult clone()