@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartJobRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartJobRunRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartJobRunRequest |
addArgumentsEntry(String key,
String value) |
StartJobRunRequest |
clearArgumentsEntries()
Removes all the entries added into Arguments.
|
StartJobRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getAllocatedCapacity()
The infrastructure capacity to allocate to this job.
|
Map<String,String> |
getArguments()
Specific arguments for this job run.
|
String |
getJobName()
The name of the job to start.
|
String |
getJobRunId()
The ID of the job run to start.
|
int |
hashCode() |
void |
setAllocatedCapacity(Integer allocatedCapacity)
The infrastructure capacity to allocate to this job.
|
void |
setArguments(Map<String,String> arguments)
Specific arguments for this job run.
|
void |
setJobName(String jobName)
The name of the job to start.
|
void |
setJobRunId(String jobRunId)
The ID of the job run to start.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartJobRunRequest |
withAllocatedCapacity(Integer allocatedCapacity)
The infrastructure capacity to allocate to this job.
|
StartJobRunRequest |
withArguments(Map<String,String> arguments)
Specific arguments for this job run.
|
StartJobRunRequest |
withJobName(String jobName)
The name of the job to start.
|
StartJobRunRequest |
withJobRunId(String jobRunId)
The ID of the job run to start.
|
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 setJobName(String jobName)
The name of the job to start.
jobName - The name of the job to start.public String getJobName()
The name of the job to start.
public StartJobRunRequest withJobName(String jobName)
The name of the job to start.
jobName - The name of the job to start.public void setJobRunId(String jobRunId)
The ID of the job run to start.
jobRunId - The ID of the job run to start.public String getJobRunId()
The ID of the job run to start.
public StartJobRunRequest withJobRunId(String jobRunId)
The ID of the job run to start.
jobRunId - The ID of the job run to start.public Map<String,String> getArguments()
Specific arguments for this job run.
public void setArguments(Map<String,String> arguments)
Specific arguments for this job run.
arguments - Specific arguments for this job run.public StartJobRunRequest withArguments(Map<String,String> arguments)
Specific arguments for this job run.
arguments - Specific arguments for this job run.public StartJobRunRequest addArgumentsEntry(String key, String value)
public StartJobRunRequest clearArgumentsEntries()
public void setAllocatedCapacity(Integer allocatedCapacity)
The infrastructure capacity to allocate to this job.
allocatedCapacity - The infrastructure capacity to allocate to this job.public Integer getAllocatedCapacity()
The infrastructure capacity to allocate to this job.
public StartJobRunRequest withAllocatedCapacity(Integer allocatedCapacity)
The infrastructure capacity to allocate to this job.
allocatedCapacity - The infrastructure capacity to allocate to this job.public String toString()
toString in class ObjectObject.toString()public StartJobRunRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.