@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateInferenceRecommendationsJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateInferenceRecommendationsJobResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateInferenceRecommendationsJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobArn()
The Amazon Resource Name (ARN) of the recommendation job.
|
int |
hashCode() |
void |
setJobArn(String jobArn)
The Amazon Resource Name (ARN) of the recommendation job.
|
String |
toString()
Returns a string representation of this object.
|
CreateInferenceRecommendationsJobResult |
withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the recommendation job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic CreateInferenceRecommendationsJobResult()
public void setJobArn(String jobArn)
The Amazon Resource Name (ARN) of the recommendation job.
jobArn - The Amazon Resource Name (ARN) of the recommendation job.public String getJobArn()
The Amazon Resource Name (ARN) of the recommendation job.
public CreateInferenceRecommendationsJobResult withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the recommendation job.
jobArn - The Amazon Resource Name (ARN) of the recommendation job.public String toString()
toString in class ObjectObject.toString()public CreateInferenceRecommendationsJobResult clone()