Cloneable, ReadLimitInfo, ToCopyableBuilder<UpdateUsagePlanRequest.Builder,UpdateUsagePlanRequest>@Generated("software.amazon.awssdk:codegen") public class UpdateUsagePlanRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateUsagePlanRequest.Builder,UpdateUsagePlanRequest>
The PATCH request to update a usage plan of a given plan Id.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
UpdateUsagePlanRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static UpdateUsagePlanRequest.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.
|
static Class<? extends UpdateUsagePlanRequest.Builder> |
serializableBuilderClass() |
|
UpdateUsagePlanRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
usagePlanId() |
The Id of the to-be-updated usage plan.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String usagePlanId()
The Id of the to-be-updated usage plan.
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 UpdateUsagePlanRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UpdateUsagePlanRequest.Builder,UpdateUsagePlanRequest>public static UpdateUsagePlanRequest.Builder builder()
public static Class<? extends UpdateUsagePlanRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.