@Generated(value="software.amazon.awssdk:codegen") public final class S3ObjectTag extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ObjectTag.Builder,S3ObjectTag>
The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. For more information, see Categorizing your storage using tags in the Amazon Simple Storage Service User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3ObjectTag.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3ObjectTag.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The key of the tag.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3ObjectTag.Builder> |
serializableBuilderClass() |
S3ObjectTag.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the tag.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String key()
The key of the tag.
Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in length. May not begin with
aws:.
Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in length. May not begin
with aws:.
public final String value()
The value of the tag.
Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in length.
Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in length.
public S3ObjectTag.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3ObjectTag.Builder,S3ObjectTag>public static S3ObjectTag.Builder builder()
public static Class<? extends S3ObjectTag.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.