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