@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTrainingJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTrainingJobResult() |
Modifier and Type | Method and Description |
---|---|
CreateTrainingJobResult |
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.
|
CreateTrainingJobResult |
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 CreateTrainingJobResult 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 CreateTrainingJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.