@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeModelBiasJobDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeModelBiasJobDefinitionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeModelBiasJobDefinitionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getJobDefinitionName()
The name of the model bias job definition.
|
int |
hashCode() |
void |
setJobDefinitionName(String jobDefinitionName)
The name of the model bias job definition.
|
String |
toString()
Returns a string representation of this object.
|
DescribeModelBiasJobDefinitionRequest |
withJobDefinitionName(String jobDefinitionName)
The name of the model bias job definition.
|
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 DescribeModelBiasJobDefinitionRequest()
public void setJobDefinitionName(String jobDefinitionName)
The name of the model bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
jobDefinitionName - The name of the model bias job definition. The name must be unique within an Amazon Web Services Region in
the Amazon Web Services account.public String getJobDefinitionName()
The name of the model bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
public DescribeModelBiasJobDefinitionRequest withJobDefinitionName(String jobDefinitionName)
The name of the model bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
jobDefinitionName - The name of the model bias job definition. The name must be unique within an Amazon Web Services Region in
the Amazon Web Services account.public String toString()
toString in class ObjectObject.toString()public DescribeModelBiasJobDefinitionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.