@Generated(value="software.amazon.awssdk:codegen") public final class UntagResourceRequest extends KafkaRequest implements ToCopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UntagResourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UntagResourceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTagKeys()
For responses, this returns true if the service returned a value for the TagKeys property.
|
String |
resourceArn()
The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UntagResourceRequest.Builder> |
serializableBuilderClass() |
List<String> |
tagKeys()
Tag keys must be unique for a given cluster.
|
UntagResourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceArn()
The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.
The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.
public final boolean hasTagKeys()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> tagKeys()
Tag keys must be unique for a given cluster. In addition, the following restrictions apply:
Each tag key must be unique. If you add a tag with a key that's already in use, your new tag overwrites the existing key-value pair.
You can't start a tag key with aws: because this prefix is reserved for use by AWS. AWS creates tags that begin with this prefix on your behalf, but you can't edit or delete them.
Tag keys must be between 1 and 128 Unicode characters in length.
Tag keys must consist of the following characters: Unicode letters, digits, white space, and the following special characters: _ . / = + -
Tag keys must be unique for a given cluster. In addition, the following restrictions apply:
Each tag key must be unique. If you add a tag with a key that's already in use, your new tag overwrites the existing key-value pair.
You can't start a tag key with aws: because this prefix is reserved for use by AWS. AWS creates tags that begin with this prefix on your behalf, but you can't edit or delete them.
Tag keys must be between 1 and 128 Unicode characters in length.
Tag keys must consist of the following characters: Unicode letters, digits, white space, and the following special characters: _ . / = + -
public UntagResourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>toBuilder in class KafkaRequestpublic static UntagResourceRequest.Builder builder()
public static Class<? extends UntagResourceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.