@Generated(value="software.amazon.awssdk:codegen") public final class RegisterInstanceTagAttributeRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegisterInstanceTagAttributeRequest.Builder,RegisterInstanceTagAttributeRequest>
Information about the tag keys to register for the current Region. You can either specify individual tag keys or
register all tag keys in the current Region. You must specify either IncludeAllTagsOfInstance or
InstanceTagKeys in the request
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisterInstanceTagAttributeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegisterInstanceTagAttributeRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInstanceTagKeys()
Returns true if the InstanceTagKeys property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
Boolean |
includeAllTagsOfInstance()
Indicates whether to register all tag keys in the current Region.
|
List<String> |
instanceTagKeys()
The tag keys to register.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegisterInstanceTagAttributeRequest.Builder> |
serializableBuilderClass() |
RegisterInstanceTagAttributeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean includeAllTagsOfInstance()
Indicates whether to register all tag keys in the current Region. Specify true to register all tag
keys.
true to register
all tag keys.public final boolean hasInstanceTagKeys()
public final List<String> instanceTagKeys()
The tag keys to register.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInstanceTagKeys() to see if a value was sent in this field.
public RegisterInstanceTagAttributeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegisterInstanceTagAttributeRequest.Builder,RegisterInstanceTagAttributeRequest>public static RegisterInstanceTagAttributeRequest.Builder builder()
public static Class<? extends RegisterInstanceTagAttributeRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.