@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListChannelFlowsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListChannelFlowsResult() |
Modifier and Type | Method and Description |
---|---|
ListChannelFlowsResult |
clone() |
boolean |
equals(Object obj) |
List<ChannelFlowSummary> |
getChannelFlows()
The information about each channel flow.
|
String |
getNextToken()
The token passed by previous API calls until all requested channels are returned.
|
int |
hashCode() |
void |
setChannelFlows(Collection<ChannelFlowSummary> channelFlows)
The information about each channel flow.
|
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.
|
ListChannelFlowsResult |
withChannelFlows(ChannelFlowSummary... channelFlows)
The information about each channel flow.
|
ListChannelFlowsResult |
withChannelFlows(Collection<ChannelFlowSummary> channelFlows)
The information about each channel flow.
|
ListChannelFlowsResult |
withNextToken(String nextToken)
The token passed by previous API calls until all requested channels are returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ChannelFlowSummary> getChannelFlows()
The information about each channel flow.
public void setChannelFlows(Collection<ChannelFlowSummary> channelFlows)
The information about each channel flow.
channelFlows
- The information about each channel flow.public ListChannelFlowsResult withChannelFlows(ChannelFlowSummary... channelFlows)
The information about each channel flow.
NOTE: This method appends the values to the existing list (if any). Use
setChannelFlows(java.util.Collection)
or withChannelFlows(java.util.Collection)
if you want to
override the existing values.
channelFlows
- The information about each channel flow.public ListChannelFlowsResult withChannelFlows(Collection<ChannelFlowSummary> channelFlows)
The information about each channel flow.
channelFlows
- The information about each channel flow.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 ListChannelFlowsResult 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 Object
Object.toString()
public ListChannelFlowsResult clone()