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