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