@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListChannelsAssociatedWithChannelFlowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListChannelsAssociatedWithChannelFlowRequest() |
Modifier and Type | Method and Description |
---|---|
ListChannelsAssociatedWithChannelFlowRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelFlowArn()
The ARN of the channel flow.
|
Integer |
getMaxResults()
The maximum number of channels that you want to return.
|
String |
getNextToken()
The token passed by previous API calls until all requested channels are returned.
|
int |
hashCode() |
void |
setChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
void |
setMaxResults(Integer maxResults)
The maximum number of channels that you want to return.
|
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.
|
ListChannelsAssociatedWithChannelFlowRequest |
withChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
ListChannelsAssociatedWithChannelFlowRequest |
withMaxResults(Integer maxResults)
The maximum number of channels that you want to return.
|
ListChannelsAssociatedWithChannelFlowRequest |
withNextToken(String nextToken)
The token passed by previous API calls until all requested channels are returned.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListChannelsAssociatedWithChannelFlowRequest()
public void setChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
channelFlowArn
- The ARN of the channel flow.public String getChannelFlowArn()
The ARN of the channel flow.
public ListChannelsAssociatedWithChannelFlowRequest withChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
channelFlowArn
- The ARN of the channel flow.public void setMaxResults(Integer maxResults)
The maximum number of channels that you want to return.
maxResults
- The maximum number of channels that you want to return.public Integer getMaxResults()
The maximum number of channels that you want to return.
public ListChannelsAssociatedWithChannelFlowRequest withMaxResults(Integer maxResults)
The maximum number of channels that you want to return.
maxResults
- The maximum number of channels that you want to return.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 ListChannelsAssociatedWithChannelFlowRequest 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 ListChannelsAssociatedWithChannelFlowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()