@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMatchingJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
GetMatchingJobRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetMatchingJobRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getJobId ()
The ID of the job.
|
String |
getWorkflowName ()
The name of the workflow.
|
int |
hashCode () |
void |
setJobId (String jobId)
The ID of the job.
|
void |
setWorkflowName (String workflowName)
The name of the workflow.
|
String |
toString ()
Returns a string representation of this object.
|
GetMatchingJobRequest |
withJobId (String jobId)
The ID of the job.
|
GetMatchingJobRequest |
withWorkflowName (String workflowName)
The name of the workflow.
|
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 GetMatchingJobRequest()
public void setJobId(String jobId)
The ID of the job.
jobId - The ID of the job.public String getJobId()
The ID of the job.
public GetMatchingJobRequest withJobId(String jobId)
The ID of the job.
jobId - The ID of the job.public void setWorkflowName(String workflowName)
The name of the workflow.
workflowName - The name of the workflow.public String getWorkflowName()
The name of the workflow.
public GetMatchingJobRequest withWorkflowName(String workflowName)
The name of the workflow.
workflowName - The name of the workflow.public String toString()
toString in class Object Object.toString() public GetMatchingJobRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()