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