@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchStopJobRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchStopJobRunRequest() |
Modifier and Type | Method and Description |
---|---|
BatchStopJobRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobName()
The name of the job whose job runs are to be stopped.
|
List<String> |
getJobRunIds()
A list of job run Ids of the given job to be stopped.
|
int |
hashCode() |
void |
setJobName(String jobName)
The name of the job whose job runs are to be stopped.
|
void |
setJobRunIds(Collection<String> jobRunIds)
A list of job run Ids of the given job to be stopped.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchStopJobRunRequest |
withJobName(String jobName)
The name of the job whose job runs are to be stopped.
|
BatchStopJobRunRequest |
withJobRunIds(Collection<String> jobRunIds)
A list of job run Ids of the given job to be stopped.
|
BatchStopJobRunRequest |
withJobRunIds(String... jobRunIds)
A list of job run Ids of the given job to be stopped.
|
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 setJobName(String jobName)
The name of the job whose job runs are to be stopped.
jobName
- The name of the job whose job runs are to be stopped.public String getJobName()
The name of the job whose job runs are to be stopped.
public BatchStopJobRunRequest withJobName(String jobName)
The name of the job whose job runs are to be stopped.
jobName
- The name of the job whose job runs are to be stopped.public List<String> getJobRunIds()
A list of job run Ids of the given job to be stopped.
public void setJobRunIds(Collection<String> jobRunIds)
A list of job run Ids of the given job to be stopped.
jobRunIds
- A list of job run Ids of the given job to be stopped.public BatchStopJobRunRequest withJobRunIds(String... jobRunIds)
A list of job run Ids of the given job to be stopped.
NOTE: This method appends the values to the existing list (if any). Use
setJobRunIds(java.util.Collection)
or withJobRunIds(java.util.Collection)
if you want to
override the existing values.
jobRunIds
- A list of job run Ids of the given job to be stopped.public BatchStopJobRunRequest withJobRunIds(Collection<String> jobRunIds)
A list of job run Ids of the given job to be stopped.
jobRunIds
- A list of job run Ids of the given job to be stopped.public String toString()
toString
in class Object
Object.toString()
public BatchStopJobRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.