@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProvisionedModelThroughputRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateProvisionedModelThroughputRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateProvisionedModelThroughputRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDesiredModelId()
The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput.
|
String |
getDesiredProvisionedModelName()
The new name for this Provisioned Throughput.
|
String |
getProvisionedModelId()
The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.
|
int |
hashCode() |
void |
setDesiredModelId(String desiredModelId)
The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput.
|
void |
setDesiredProvisionedModelName(String desiredProvisionedModelName)
The new name for this Provisioned Throughput.
|
void |
setProvisionedModelId(String provisionedModelId)
The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProvisionedModelThroughputRequest |
withDesiredModelId(String desiredModelId)
The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput.
|
UpdateProvisionedModelThroughputRequest |
withDesiredProvisionedModelName(String desiredProvisionedModelName)
The new name for this Provisioned Throughput.
|
UpdateProvisionedModelThroughputRequest |
withProvisionedModelId(String provisionedModelId)
The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.
|
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 UpdateProvisionedModelThroughputRequest()
public void setProvisionedModelId(String provisionedModelId)
The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.
provisionedModelId
- The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.public String getProvisionedModelId()
The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.
public UpdateProvisionedModelThroughputRequest withProvisionedModelId(String provisionedModelId)
The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.
provisionedModelId
- The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.public void setDesiredProvisionedModelName(String desiredProvisionedModelName)
The new name for this Provisioned Throughput.
desiredProvisionedModelName
- The new name for this Provisioned Throughput.public String getDesiredProvisionedModelName()
The new name for this Provisioned Throughput.
public UpdateProvisionedModelThroughputRequest withDesiredProvisionedModelName(String desiredProvisionedModelName)
The new name for this Provisioned Throughput.
desiredProvisionedModelName
- The new name for this Provisioned Throughput.public void setDesiredModelId(String desiredModelId)
The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput. You can't specify this field if this Provisioned Throughput is associated with a base model.
If this Provisioned Throughput is associated with a custom model, you can specify one of the following options:
The base model from which the custom model was customized.
Another custom model that was customized from the same base model as the custom model.
desiredModelId
- The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput. You can't
specify this field if this Provisioned Throughput is associated with a base model.
If this Provisioned Throughput is associated with a custom model, you can specify one of the following options:
The base model from which the custom model was customized.
Another custom model that was customized from the same base model as the custom model.
public String getDesiredModelId()
The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput. You can't specify this field if this Provisioned Throughput is associated with a base model.
If this Provisioned Throughput is associated with a custom model, you can specify one of the following options:
The base model from which the custom model was customized.
Another custom model that was customized from the same base model as the custom model.
If this Provisioned Throughput is associated with a custom model, you can specify one of the following options:
The base model from which the custom model was customized.
Another custom model that was customized from the same base model as the custom model.
public UpdateProvisionedModelThroughputRequest withDesiredModelId(String desiredModelId)
The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput. You can't specify this field if this Provisioned Throughput is associated with a base model.
If this Provisioned Throughput is associated with a custom model, you can specify one of the following options:
The base model from which the custom model was customized.
Another custom model that was customized from the same base model as the custom model.
desiredModelId
- The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput. You can't
specify this field if this Provisioned Throughput is associated with a base model.
If this Provisioned Throughput is associated with a custom model, you can specify one of the following options:
The base model from which the custom model was customized.
Another custom model that was customized from the same base model as the custom model.
public String toString()
toString
in class Object
Object.toString()
public UpdateProvisionedModelThroughputRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()