@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchStopRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchStopRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchStopRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getChannelIds()List of channel IDs | 
| List<String> | getMultiplexIds()List of multiplex IDs | 
| int | hashCode() | 
| void | setChannelIds(Collection<String> channelIds)List of channel IDs | 
| void | setMultiplexIds(Collection<String> multiplexIds)List of multiplex IDs | 
| String | toString()Returns a string representation of this object. | 
| BatchStopRequest | withChannelIds(Collection<String> channelIds)List of channel IDs | 
| BatchStopRequest | withChannelIds(String... channelIds)List of channel IDs | 
| BatchStopRequest | withMultiplexIds(Collection<String> multiplexIds)List of multiplex IDs | 
| BatchStopRequest | withMultiplexIds(String... multiplexIds)List of multiplex IDs | 
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, withSdkRequestTimeoutpublic void setChannelIds(Collection<String> channelIds)
channelIds - List of channel IDspublic BatchStopRequest withChannelIds(String... channelIds)
 NOTE: This method appends the values to the existing list (if any). Use
 setChannelIds(java.util.Collection) or withChannelIds(java.util.Collection) if you want to
 override the existing values.
 
channelIds - List of channel IDspublic BatchStopRequest withChannelIds(Collection<String> channelIds)
channelIds - List of channel IDspublic List<String> getMultiplexIds()
public void setMultiplexIds(Collection<String> multiplexIds)
multiplexIds - List of multiplex IDspublic BatchStopRequest withMultiplexIds(String... multiplexIds)
 NOTE: This method appends the values to the existing list (if any). Use
 setMultiplexIds(java.util.Collection) or withMultiplexIds(java.util.Collection) if you want to
 override the existing values.
 
multiplexIds - List of multiplex IDspublic BatchStopRequest withMultiplexIds(Collection<String> multiplexIds)
multiplexIds - List of multiplex IDspublic String toString()
toString in class ObjectObject.toString()public BatchStopRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()