@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetJobsRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getJobNames()
A list of job names, which might be the names returned from the
ListJobs operation. |
int |
hashCode() |
void |
setJobNames(Collection<String> jobNames)
A list of job names, which might be the names returned from the
ListJobs operation. |
String |
toString()
Returns a string representation of this object.
|
BatchGetJobsRequest |
withJobNames(Collection<String> jobNames)
A list of job names, which might be the names returned from the
ListJobs operation. |
BatchGetJobsRequest |
withJobNames(String... jobNames)
A list of job names, which might be the names returned from the
ListJobs operation. |
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 List<String> getJobNames()
A list of job names, which might be the names returned from the ListJobs
operation.
ListJobs
operation.public void setJobNames(Collection<String> jobNames)
A list of job names, which might be the names returned from the ListJobs
operation.
jobNames
- A list of job names, which might be the names returned from the ListJobs
operation.public BatchGetJobsRequest withJobNames(String... jobNames)
A list of job names, which might be the names returned from the ListJobs
operation.
NOTE: This method appends the values to the existing list (if any). Use
setJobNames(java.util.Collection)
or withJobNames(java.util.Collection)
if you want to override
the existing values.
jobNames
- A list of job names, which might be the names returned from the ListJobs
operation.public BatchGetJobsRequest withJobNames(Collection<String> jobNames)
A list of job names, which might be the names returned from the ListJobs
operation.
jobNames
- A list of job names, which might be the names returned from the ListJobs
operation.public String toString()
toString
in class Object
Object.toString()
public BatchGetJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()