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