Cloneable, ReadLimitInfo, ToCopyableBuilder<UpdateMethodResponseRequest.Builder,UpdateMethodResponseRequest>@Generated("software.amazon.awssdk:codegen") public class UpdateMethodResponseRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateMethodResponseRequest.Builder,UpdateMethodResponseRequest>
A request to update an existing MethodResponse resource.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
UpdateMethodResponseRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static UpdateMethodResponseRequest.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() |
The Resource identifier for the MethodResponse resource.
|
String |
restApiId() |
The RestApi identifier for the MethodResponse resource.
|
static Class<? extends UpdateMethodResponseRequest.Builder> |
serializableBuilderClass() |
|
String |
statusCode() |
The status code for the MethodResponse resource.
|
UpdateMethodResponseRequest.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, withSdkClientExecutionTimeoutpublic String restApiId()
The RestApi identifier for the MethodResponse resource.
public String resourceId()
The Resource identifier for the MethodResponse resource.
public String httpMethod()
The HTTP verb of the Method resource.
public String statusCode()
The status code for the MethodResponse 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 UpdateMethodResponseRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UpdateMethodResponseRequest.Builder,UpdateMethodResponseRequest>public static UpdateMethodResponseRequest.Builder builder()
public static Class<? extends UpdateMethodResponseRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.