@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateModelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateModelRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateModelRequest |
clone() |
boolean |
equals(Object obj) |
LabelsInputConfiguration |
getLabelsInputConfiguration() |
String |
getModelName()
The name of the model to update.
|
String |
getRoleArn()
The ARN of the model to update.
|
int |
hashCode() |
void |
setLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration) |
void |
setModelName(String modelName)
The name of the model to update.
|
void |
setRoleArn(String roleArn)
The ARN of the model to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateModelRequest |
withLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration) |
UpdateModelRequest |
withModelName(String modelName)
The name of the model to update.
|
UpdateModelRequest |
withRoleArn(String roleArn)
The ARN of the model to update.
|
addHandlerContext, copyBaseTo, 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 setModelName(String modelName)
The name of the model to update.
modelName - The name of the model to update.public String getModelName()
The name of the model to update.
public UpdateModelRequest withModelName(String modelName)
The name of the model to update.
modelName - The name of the model to update.public void setLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
labelsInputConfiguration - public LabelsInputConfiguration getLabelsInputConfiguration()
public UpdateModelRequest withLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
labelsInputConfiguration - public void setRoleArn(String roleArn)
The ARN of the model to update.
roleArn - The ARN of the model to update.public String getRoleArn()
The ARN of the model to update.
public UpdateModelRequest withRoleArn(String roleArn)
The ARN of the model to update.
roleArn - The ARN of the model to update.public String toString()
toString in class ObjectObject.toString()public UpdateModelRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.