@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateModelPackageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateModelPackageRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateModelPackageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApprovalDescription()
A description for the approval status of the model.
|
String |
getModelApprovalStatus()
The approval status of the model.
|
String |
getModelPackageArn()
The Amazon Resource Name (ARN) of the model.
|
int |
hashCode() |
void |
setApprovalDescription(String approvalDescription)
A description for the approval status of the model.
|
void |
setModelApprovalStatus(String modelApprovalStatus)
The approval status of the model.
|
void |
setModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model.
|
String |
toString()
Returns a string representation of this object.
|
UpdateModelPackageRequest |
withApprovalDescription(String approvalDescription)
A description for the approval status of the model.
|
UpdateModelPackageRequest |
withModelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
|
UpdateModelPackageRequest |
withModelApprovalStatus(String modelApprovalStatus)
The approval status of the model.
|
UpdateModelPackageRequest |
withModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model.
modelPackageArn - The Amazon Resource Name (ARN) of the model.public String getModelPackageArn()
The Amazon Resource Name (ARN) of the model.
public UpdateModelPackageRequest withModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model.
modelPackageArn - The Amazon Resource Name (ARN) of the model.public void setModelApprovalStatus(String modelApprovalStatus)
The approval status of the model.
modelApprovalStatus - The approval status of the model.ModelApprovalStatuspublic String getModelApprovalStatus()
The approval status of the model.
ModelApprovalStatuspublic UpdateModelPackageRequest withModelApprovalStatus(String modelApprovalStatus)
The approval status of the model.
modelApprovalStatus - The approval status of the model.ModelApprovalStatuspublic UpdateModelPackageRequest withModelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
modelApprovalStatus - The approval status of the model.ModelApprovalStatuspublic void setApprovalDescription(String approvalDescription)
A description for the approval status of the model.
approvalDescription - A description for the approval status of the model.public String getApprovalDescription()
A description for the approval status of the model.
public UpdateModelPackageRequest withApprovalDescription(String approvalDescription)
A description for the approval status of the model.
approvalDescription - A description for the approval status of the model.public String toString()
toString in class ObjectObject.toString()public UpdateModelPackageRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()