@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestartChannelPipelinesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RestartChannelPipelinesRequest() |
| Modifier and Type | Method and Description |
|---|---|
RestartChannelPipelinesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelId()
ID of channel
|
List<String> |
getPipelineIds()
An array of pipelines to restart in this channel.
|
int |
hashCode() |
void |
setChannelId(String channelId)
ID of channel
|
void |
setPipelineIds(Collection<String> pipelineIds)
An array of pipelines to restart in this channel.
|
String |
toString()
Returns a string representation of this object.
|
RestartChannelPipelinesRequest |
withChannelId(String channelId)
ID of channel
|
RestartChannelPipelinesRequest |
withPipelineIds(ChannelPipelineIdToRestart... pipelineIds)
An array of pipelines to restart in this channel.
|
RestartChannelPipelinesRequest |
withPipelineIds(Collection<String> pipelineIds)
An array of pipelines to restart in this channel.
|
RestartChannelPipelinesRequest |
withPipelineIds(String... pipelineIds)
An array of pipelines to restart in this channel.
|
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 setChannelId(String channelId)
channelId - ID of channelpublic String getChannelId()
public RestartChannelPipelinesRequest withChannelId(String channelId)
channelId - ID of channelpublic List<String> getPipelineIds()
ChannelPipelineIdToRestartpublic void setPipelineIds(Collection<String> pipelineIds)
pipelineIds - An array of pipelines to restart in this channel. Format PIPELINE_0 or PIPELINE_1.ChannelPipelineIdToRestartpublic RestartChannelPipelinesRequest withPipelineIds(String... pipelineIds)
NOTE: This method appends the values to the existing list (if any). Use
setPipelineIds(java.util.Collection) or withPipelineIds(java.util.Collection) if you want to
override the existing values.
pipelineIds - An array of pipelines to restart in this channel. Format PIPELINE_0 or PIPELINE_1.ChannelPipelineIdToRestartpublic RestartChannelPipelinesRequest withPipelineIds(Collection<String> pipelineIds)
pipelineIds - An array of pipelines to restart in this channel. Format PIPELINE_0 or PIPELINE_1.ChannelPipelineIdToRestartpublic RestartChannelPipelinesRequest withPipelineIds(ChannelPipelineIdToRestart... pipelineIds)
pipelineIds - An array of pipelines to restart in this channel. Format PIPELINE_0 or PIPELINE_1.ChannelPipelineIdToRestartpublic String toString()
toString in class ObjectObject.toString()public RestartChannelPipelinesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()