Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateLabelsRequest.Builder,CreateLabelsRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateLabelsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateLabelsRequest.Builder,CreateLabelsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateLabelsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static CreateLabelsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
labels() |
List of labels to add to the resource.
|
String |
resourceId() |
The ID of the resource.
|
static Class<? extends CreateLabelsRequest.Builder> |
serializableBuilderClass() |
|
CreateLabelsRequest.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 List<String> labels()
List of labels to add to 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 CreateLabelsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateLabelsRequest.Builder,CreateLabelsRequest>
public static CreateLabelsRequest.Builder builder()
public static Class<? extends CreateLabelsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.