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