@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchStartRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchStartRequest() |
Modifier and Type | Method and Description |
---|---|
BatchStartRequest |
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.
|
BatchStartRequest |
withChannelIds(Collection<String> channelIds)
List of channel IDs
|
BatchStartRequest |
withChannelIds(String... channelIds)
List of channel IDs
|
BatchStartRequest |
withMultiplexIds(Collection<String> multiplexIds)
List of multiplex IDs
|
BatchStartRequest |
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, withSdkRequestTimeout
public void setChannelIds(Collection<String> channelIds)
channelIds
- List of channel IDspublic BatchStartRequest 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 BatchStartRequest withChannelIds(Collection<String> channelIds)
channelIds
- List of channel IDspublic List<String> getMultiplexIds()
public void setMultiplexIds(Collection<String> multiplexIds)
multiplexIds
- List of multiplex IDspublic BatchStartRequest 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 BatchStartRequest withMultiplexIds(Collection<String> multiplexIds)
multiplexIds
- List of multiplex IDspublic String toString()
toString
in class Object
Object.toString()
public BatchStartRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()