@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, withSdkRequestTimeout
public 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.ModelApprovalStatus
public String getModelApprovalStatus()
The approval status of the model.
ModelApprovalStatus
public UpdateModelPackageRequest withModelApprovalStatus(String modelApprovalStatus)
The approval status of the model.
modelApprovalStatus
- The approval status of the model.ModelApprovalStatus
public UpdateModelPackageRequest withModelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
modelApprovalStatus
- The approval status of the model.ModelApprovalStatus
public 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 Object
Object.toString()
public UpdateModelPackageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()