Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateMethodRequest.Builder,UpdateMethodRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateMethodRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateMethodRequest.Builder,UpdateMethodRequest>
Request to update an existing Method resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateMethodRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateMethodRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
httpMethod() |
The HTTP verb of the Method resource.
|
List<PatchOperation> |
patchOperations() |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
String |
resourceId() |
|
String |
restApiId() |
|
static Class<? extends UpdateMethodRequest.Builder> |
serializableBuilderClass() |
|
UpdateMethodRequest.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 httpMethod()
The HTTP verb of the Method resource.
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 UpdateMethodRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateMethodRequest.Builder,UpdateMethodRequest>
public static UpdateMethodRequest.Builder builder()
public static Class<? extends UpdateMethodRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.