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