Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateIntegrationResponseRequest.Builder,UpdateIntegrationResponseRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateIntegrationResponseRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateIntegrationResponseRequest.Builder,UpdateIntegrationResponseRequest>
Represents an update integration response request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateIntegrationResponseRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateIntegrationResponseRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
httpMethod() |
Specifies an update integration response request's HTTP method.
|
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() |
Specifies an update integration response request's resource identifier.
|
String |
restApiId() |
Specifies an update integration response request's API identifier.
|
static Class<? extends UpdateIntegrationResponseRequest.Builder> |
serializableBuilderClass() |
|
String |
statusCode() |
Specifies an update integration response request's status code.
|
UpdateIntegrationResponseRequest.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()
Specifies an update integration response request's API identifier.
public String resourceId()
Specifies an update integration response request's resource identifier.
public String httpMethod()
Specifies an update integration response request's HTTP method.
public String statusCode()
Specifies an update integration response request's status code.
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 UpdateIntegrationResponseRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateIntegrationResponseRequest.Builder,UpdateIntegrationResponseRequest>
public static UpdateIntegrationResponseRequest.Builder builder()
public static Class<? extends UpdateIntegrationResponseRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.