@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 in question.
|
List<String> |
getJobRunIds()
A list of the JobRunIds that should be stopped for that Job.
|
int |
hashCode() |
void |
setJobName(String jobName)
The name of the Job in question.
|
void |
setJobRunIds(Collection<String> jobRunIds)
A list of the JobRunIds that should be stopped for that Job.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchStopJobRunRequest |
withJobName(String jobName)
The name of the Job in question.
|
BatchStopJobRunRequest |
withJobRunIds(Collection<String> jobRunIds)
A list of the JobRunIds that should be stopped for that Job.
|
BatchStopJobRunRequest |
withJobRunIds(String... jobRunIds)
A list of the JobRunIds that should be stopped for that Job.
|
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 in question.
jobName
- The name of the Job in question.public String getJobName()
The name of the Job in question.
public BatchStopJobRunRequest withJobName(String jobName)
The name of the Job in question.
jobName
- The name of the Job in question.public List<String> getJobRunIds()
A list of the JobRunIds that should be stopped for that Job.
public void setJobRunIds(Collection<String> jobRunIds)
A list of the JobRunIds that should be stopped for that Job.
jobRunIds
- A list of the JobRunIds that should be stopped for that Job.public BatchStopJobRunRequest withJobRunIds(String... jobRunIds)
A list of the JobRunIds that should be stopped for that Job.
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 the JobRunIds that should be stopped for that Job.public BatchStopJobRunRequest withJobRunIds(Collection<String> jobRunIds)
A list of the JobRunIds that should be stopped for that Job.
jobRunIds
- A list of the JobRunIds that should be stopped for that Job.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.