Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateStageRequest.Builder,UpdateStageRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateStageRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateStageRequest.Builder,UpdateStageRequest>
Requests Amazon API Gateway to change information about a Stage resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateStageRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateStageRequest.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() |
|
static Class<? extends UpdateStageRequest.Builder> |
serializableBuilderClass() |
|
String |
stageName() |
The name of the Stage resource to change information about.
|
UpdateStageRequest.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()
public String stageName()
The name of the Stage resource to change information about.
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 UpdateStageRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateStageRequest.Builder,UpdateStageRequest>
public static UpdateStageRequest.Builder builder()
public static Class<? extends UpdateStageRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.