@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public UpdateModelCardResult clone()