Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateRestApiRequest.Builder,UpdateRestApiRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateRestApiRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateRestApiRequest.Builder,UpdateRestApiRequest>
Request to update an existing RestApi resource in your collection.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateRestApiRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateRestApiRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
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 ID of the RestApi you want to update.
|
static Class<? extends UpdateRestApiRequest.Builder> |
serializableBuilderClass() |
|
UpdateRestApiRequest.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 ID of the RestApi you want 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 UpdateRestApiRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateRestApiRequest.Builder,UpdateRestApiRequest>
public static UpdateRestApiRequest.Builder builder()
public static Class<? extends UpdateRestApiRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.