Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateObjectAttributesRequest.Builder,UpdateObjectAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateObjectAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateObjectAttributesRequest.Builder,UpdateObjectAttributesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateObjectAttributesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<ObjectAttributeUpdate> |
attributeUpdates() |
The attributes update structure.
|
static UpdateObjectAttributesRequest.Builder |
builder() |
|
String |
directoryArn() |
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ObjectReference |
objectReference() |
The reference that identifies the object.
|
static Class<? extends UpdateObjectAttributesRequest.Builder> |
serializableBuilderClass() |
|
UpdateObjectAttributesRequest.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 directoryArn()
public ObjectReference objectReference()
The reference that identifies the object.
public List<ObjectAttributeUpdate> attributeUpdates()
The attributes update structure.
public UpdateObjectAttributesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateObjectAttributesRequest.Builder,UpdateObjectAttributesRequest>
public static UpdateObjectAttributesRequest.Builder builder()
public static Class<? extends UpdateObjectAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.