@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeModelQualityJobDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeModelQualityJobDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeModelQualityJobDefinitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobDefinitionName()
The name of the model quality job.
|
int |
hashCode() |
void |
setJobDefinitionName(String jobDefinitionName)
The name of the model quality job.
|
String |
toString()
Returns a string representation of this object.
|
DescribeModelQualityJobDefinitionRequest |
withJobDefinitionName(String jobDefinitionName)
The name of the model quality 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 DescribeModelQualityJobDefinitionRequest()
public void setJobDefinitionName(String jobDefinitionName)
The name of the model quality job. The name must be unique within an AWS Region in the AWS account.
jobDefinitionName
- The name of the model quality job. The name must be unique within an AWS Region in the AWS account.public String getJobDefinitionName()
The name of the model quality job. The name must be unique within an AWS Region in the AWS account.
public DescribeModelQualityJobDefinitionRequest withJobDefinitionName(String jobDefinitionName)
The name of the model quality job. The name must be unique within an AWS Region in the AWS account.
jobDefinitionName
- The name of the model quality job. The name must be unique within an AWS Region in the AWS account.public String toString()
toString
in class Object
Object.toString()
public DescribeModelQualityJobDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()