@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchDeleteRequest() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteRequest |
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> |
getInputIds()
List of input IDs
|
List<String> |
getInputSecurityGroupIds()
List of input security group IDs
|
List<String> |
getMultiplexIds()
List of multiplex IDs
|
int |
hashCode() |
void |
setChannelIds(Collection<String> channelIds)
List of channel IDs
|
void |
setInputIds(Collection<String> inputIds)
List of input IDs
|
void |
setInputSecurityGroupIds(Collection<String> inputSecurityGroupIds)
List of input security group IDs
|
void |
setMultiplexIds(Collection<String> multiplexIds)
List of multiplex IDs
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteRequest |
withChannelIds(Collection<String> channelIds)
List of channel IDs
|
BatchDeleteRequest |
withChannelIds(String... channelIds)
List of channel IDs
|
BatchDeleteRequest |
withInputIds(Collection<String> inputIds)
List of input IDs
|
BatchDeleteRequest |
withInputIds(String... inputIds)
List of input IDs
|
BatchDeleteRequest |
withInputSecurityGroupIds(Collection<String> inputSecurityGroupIds)
List of input security group IDs
|
BatchDeleteRequest |
withInputSecurityGroupIds(String... inputSecurityGroupIds)
List of input security group IDs
|
BatchDeleteRequest |
withMultiplexIds(Collection<String> multiplexIds)
List of multiplex IDs
|
BatchDeleteRequest |
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 BatchDeleteRequest 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 BatchDeleteRequest withChannelIds(Collection<String> channelIds)
channelIds
- List of channel IDspublic void setInputIds(Collection<String> inputIds)
inputIds
- List of input IDspublic BatchDeleteRequest withInputIds(String... inputIds)
NOTE: This method appends the values to the existing list (if any). Use
setInputIds(java.util.Collection)
or withInputIds(java.util.Collection)
if you want to override
the existing values.
inputIds
- List of input IDspublic BatchDeleteRequest withInputIds(Collection<String> inputIds)
inputIds
- List of input IDspublic List<String> getInputSecurityGroupIds()
public void setInputSecurityGroupIds(Collection<String> inputSecurityGroupIds)
inputSecurityGroupIds
- List of input security group IDspublic BatchDeleteRequest withInputSecurityGroupIds(String... inputSecurityGroupIds)
NOTE: This method appends the values to the existing list (if any). Use
setInputSecurityGroupIds(java.util.Collection)
or
withInputSecurityGroupIds(java.util.Collection)
if you want to override the existing values.
inputSecurityGroupIds
- List of input security group IDspublic BatchDeleteRequest withInputSecurityGroupIds(Collection<String> inputSecurityGroupIds)
inputSecurityGroupIds
- List of input security group IDspublic List<String> getMultiplexIds()
public void setMultiplexIds(Collection<String> multiplexIds)
multiplexIds
- List of multiplex IDspublic BatchDeleteRequest 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 BatchDeleteRequest withMultiplexIds(Collection<String> multiplexIds)
multiplexIds
- List of multiplex IDspublic String toString()
toString
in class Object
Object.toString()
public BatchDeleteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()