@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopyProjectVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CopyProjectVersionResult() |
Modifier and Type | Method and Description |
---|---|
CopyProjectVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getProjectVersionArn()
The ARN of the copied model version in the destination project.
|
int |
hashCode() |
void |
setProjectVersionArn(String projectVersionArn)
The ARN of the copied model version in the destination project.
|
String |
toString()
Returns a string representation of this object.
|
CopyProjectVersionResult |
withProjectVersionArn(String projectVersionArn)
The ARN of the copied model version in the destination project.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProjectVersionArn(String projectVersionArn)
The ARN of the copied model version in the destination project.
projectVersionArn
- The ARN of the copied model version in the destination project.public String getProjectVersionArn()
The ARN of the copied model version in the destination project.
public CopyProjectVersionResult withProjectVersionArn(String projectVersionArn)
The ARN of the copied model version in the destination project.
projectVersionArn
- The ARN of the copied model version in the destination project.public String toString()
toString
in class Object
Object.toString()
public CopyProjectVersionResult clone()