Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateModelRequest.Builder,UpdateModelRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateModelRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateModelRequest.Builder,UpdateModelRequest>
Request to update an existing model in an existing RestApi resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateModelRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateModelRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
modelName() |
The name of the model to update.
|
List<PatchOperation> |
patchOperations() |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
String |
restApiId() |
The RestApi identifier under which the model exists.
|
static Class<? extends UpdateModelRequest.Builder> |
serializableBuilderClass() |
|
UpdateModelRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String restApiId()
The RestApi identifier under which the model exists.
public String modelName()
The name of the model to update.
public List<PatchOperation> patchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
public UpdateModelRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateModelRequest.Builder,UpdateModelRequest>
public static UpdateModelRequest.Builder builder()
public static Class<? extends UpdateModelRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.