@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateModelPackageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateModelPackageResult() |
Modifier and Type | Method and Description |
---|---|
CreateModelPackageResult |
clone() |
boolean |
equals(Object obj) |
String |
getModelPackageArn()
The Amazon Resource Name (ARN) of the new model package.
|
int |
hashCode() |
void |
setModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the new model package.
|
String |
toString()
Returns a string representation of this object.
|
CreateModelPackageResult |
withModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the new model package.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the new model package.
modelPackageArn
- The Amazon Resource Name (ARN) of the new model package.public String getModelPackageArn()
The Amazon Resource Name (ARN) of the new model package.
public CreateModelPackageResult withModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the new model package.
modelPackageArn
- The Amazon Resource Name (ARN) of the new model package.public String toString()
toString
in class Object
Object.toString()
public CreateModelPackageResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.