@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 ARN of the new model to associate with this provisioned throughput.
|
String |
getDesiredProvisionedModelName()
The new name for this provisioned throughput.
|
String |
getProvisionedModelId()
The ARN or name of the provisioned throughput to update.
|
int |
hashCode() |
void |
setDesiredModelId(String desiredModelId)
The 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 ARN or name of the provisioned throughput to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProvisionedModelThroughputRequest |
withDesiredModelId(String desiredModelId)
The 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 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 ARN or name of the provisioned throughput to update.
provisionedModelId
- The ARN or name of the provisioned throughput to update.public String getProvisionedModelId()
The ARN or name of the provisioned throughput to update.
public UpdateProvisionedModelThroughputRequest withProvisionedModelId(String provisionedModelId)
The ARN or name of the provisioned throughput to update.
provisionedModelId
- The 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 ARN of the new model to associate with this provisioned throughput.
desiredModelId
- The ARN of the new model to associate with this provisioned throughput.public String getDesiredModelId()
The ARN of the new model to associate with this provisioned throughput.
public UpdateProvisionedModelThroughputRequest withDesiredModelId(String desiredModelId)
The ARN of the new model to associate with this provisioned throughput.
desiredModelId
- The ARN of the new model to associate with this provisioned throughput.public String toString()
toString
in class Object
Object.toString()
public UpdateProvisionedModelThroughputRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()