@Generated(value="software.amazon.awssdk:codegen") public final class DeregisterInstanceTagAttributeRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeregisterInstanceTagAttributeRequest.Builder,DeregisterInstanceTagAttributeRequest>
Information about the tag keys to deregister for the current Region. You can either specify individual tag keys or
deregister 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 |
DeregisterInstanceTagAttributeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeregisterInstanceTagAttributeRequest.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 deregister all tag keys in the current Region.
|
List<String> |
instanceTagKeys()
Information about the tag keys to deregister.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeregisterInstanceTagAttributeRequest.Builder> |
serializableBuilderClass() |
DeregisterInstanceTagAttributeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Boolean includeAllTagsOfInstance()
Indicates whether to deregister all tag keys in the current Region. Specify false to deregister all
tag keys.
false to
deregister all tag keys.public boolean hasInstanceTagKeys()
public List<String> instanceTagKeys()
Information about the tag keys to deregister.
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 DeregisterInstanceTagAttributeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeregisterInstanceTagAttributeRequest.Builder,DeregisterInstanceTagAttributeRequest>public static DeregisterInstanceTagAttributeRequest.Builder builder()
public static Class<? extends DeregisterInstanceTagAttributeRequest.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.