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