@Generated(value="software.amazon.awssdk:codegen") public final class S3Tag extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Tag.Builder,S3Tag>
Specifies the key-value pair that are assigned to a file during the execution of a Tagging step.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3Tag.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3Tag.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The name assigned to the tag that you create.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3Tag.Builder> |
serializableBuilderClass() |
S3Tag.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value that corresponds to the key.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String key()
The name assigned to the tag that you create.
public final String value()
The value that corresponds to the key.
public S3Tag.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3Tag.Builder,S3Tag>public static S3Tag.Builder builder()
public static Class<? extends S3Tag.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.