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