@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDashboardForJobRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetDashboardForJobRunRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDashboardForJobRunRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The ID of the application.
|
String |
getJobRunId()
The ID of the job run.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The ID of the application.
|
void |
setJobRunId(String jobRunId)
The ID of the job run.
|
String |
toString()
Returns a string representation of this object.
|
GetDashboardForJobRunRequest |
withApplicationId(String applicationId)
The ID of the application.
|
GetDashboardForJobRunRequest |
withJobRunId(String jobRunId)
The ID of the job run.
|
addHandlerContext, copyBaseTo, 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 setApplicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.public String getApplicationId()
The ID of the application.
public GetDashboardForJobRunRequest withApplicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.public void setJobRunId(String jobRunId)
The ID of the job run.
jobRunId - The ID of the job run.public String getJobRunId()
The ID of the job run.
public GetDashboardForJobRunRequest withJobRunId(String jobRunId)
The ID of the job run.
jobRunId - The ID of the job run.public String toString()
toString in class ObjectObject.toString()public GetDashboardForJobRunRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.