Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateUsageRequest.Builder,UpdateUsageRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateUsageRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateUsageRequest.Builder,UpdateUsageRequest>
The PATCH request to grant a temporary extension to the reamining quota of a usage plan associated with a specified API key.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateUsageRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateUsageRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
keyId() |
The identifier of the API key associated with the usage plan in which a temporary extension is granted to the
remaining quota.
|
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 UpdateUsageRequest.Builder> |
serializableBuilderClass() |
|
UpdateUsageRequest.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 usage plan associated with the usage data.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String usagePlanId()
The Id of the usage plan associated with the usage data.
public String keyId()
The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.
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 UpdateUsageRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateUsageRequest.Builder,UpdateUsageRequest>
public static UpdateUsageRequest.Builder builder()
public static Class<? extends UpdateUsageRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.