Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteLabelsRequest.Builder,DeleteLabelsRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteLabelsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteLabelsRequest.Builder,DeleteLabelsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteLabelsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static DeleteLabelsRequest.Builder |
builder() |
|
Boolean |
deleteAll() |
Flag to request removal of all labels from the specified resource.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
labels() |
List of labels to delete from the resource.
|
String |
resourceId() |
The ID of the resource.
|
static Class<? extends DeleteLabelsRequest.Builder> |
serializableBuilderClass() |
|
DeleteLabelsRequest.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 ID of the resource.
public String authenticationToken()
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
public List<String> labels()
List of labels to delete from the resource.
public Boolean deleteAll()
Flag to request removal of all labels from the specified resource.
public DeleteLabelsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteLabelsRequest.Builder,DeleteLabelsRequest>
public static DeleteLabelsRequest.Builder builder()
public static Class<? extends DeleteLabelsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.