@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterInstanceTagAttributeRequest extends Object implements Serializable, Cloneable
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
Constructor and Description |
---|
DeregisterInstanceTagAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
DeregisterInstanceTagAttributeRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIncludeAllTagsOfInstance()
Indicates whether to deregister all tag keys in the current Region.
|
List<String> |
getInstanceTagKeys()
Information about the tag keys to deregister.
|
int |
hashCode() |
Boolean |
isIncludeAllTagsOfInstance()
Indicates whether to deregister all tag keys in the current Region.
|
void |
setIncludeAllTagsOfInstance(Boolean includeAllTagsOfInstance)
Indicates whether to deregister all tag keys in the current Region.
|
void |
setInstanceTagKeys(Collection<String> instanceTagKeys)
Information about the tag keys to deregister.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterInstanceTagAttributeRequest |
withIncludeAllTagsOfInstance(Boolean includeAllTagsOfInstance)
Indicates whether to deregister all tag keys in the current Region.
|
DeregisterInstanceTagAttributeRequest |
withInstanceTagKeys(Collection<String> instanceTagKeys)
Information about the tag keys to deregister.
|
DeregisterInstanceTagAttributeRequest |
withInstanceTagKeys(String... instanceTagKeys)
Information about the tag keys to deregister.
|
public DeregisterInstanceTagAttributeRequest()
public void setIncludeAllTagsOfInstance(Boolean includeAllTagsOfInstance)
Indicates whether to deregister all tag keys in the current Region. Specify false
to deregister all
tag keys.
includeAllTagsOfInstance
- Indicates whether to deregister all tag keys in the current Region. Specify false
to
deregister all tag keys.public Boolean getIncludeAllTagsOfInstance()
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 DeregisterInstanceTagAttributeRequest withIncludeAllTagsOfInstance(Boolean includeAllTagsOfInstance)
Indicates whether to deregister all tag keys in the current Region. Specify false
to deregister all
tag keys.
includeAllTagsOfInstance
- Indicates whether to deregister all tag keys in the current Region. Specify false
to
deregister all tag keys.public Boolean isIncludeAllTagsOfInstance()
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 List<String> getInstanceTagKeys()
Information about the tag keys to deregister.
public void setInstanceTagKeys(Collection<String> instanceTagKeys)
Information about the tag keys to deregister.
instanceTagKeys
- Information about the tag keys to deregister.public DeregisterInstanceTagAttributeRequest withInstanceTagKeys(String... instanceTagKeys)
Information about the tag keys to deregister.
NOTE: This method appends the values to the existing list (if any). Use
setInstanceTagKeys(java.util.Collection)
or withInstanceTagKeys(java.util.Collection)
if you
want to override the existing values.
instanceTagKeys
- Information about the tag keys to deregister.public DeregisterInstanceTagAttributeRequest withInstanceTagKeys(Collection<String> instanceTagKeys)
Information about the tag keys to deregister.
instanceTagKeys
- Information about the tag keys to deregister.public String toString()
toString
in class Object
Object.toString()
public DeregisterInstanceTagAttributeRequest clone()