public class RemoveTagsFromResourceRequest extends Object
| Constructor and Description |
|---|
RemoveTagsFromResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromResourceRequest |
addInstanceIdsItem(String instanceIdsItem) |
RemoveTagsFromResourceRequest |
addTagKeysItem(String tagKeysItem) |
RemoveTagsFromResourceRequest |
all(Boolean all) |
boolean |
equals(Object o) |
List<String> |
getInstanceIds()
Get instanceIds
|
List<String> |
getTagKeys()
Get tagKeys
|
int |
hashCode() |
RemoveTagsFromResourceRequest |
instanceIds(List<String> instanceIds) |
Boolean |
isAll()
Get all
|
void |
setAll(Boolean all) |
void |
setInstanceIds(List<String> instanceIds) |
void |
setTagKeys(List<String> tagKeys) |
RemoveTagsFromResourceRequest |
tagKeys(List<String> tagKeys) |
String |
toString() |
public RemoveTagsFromResourceRequest all(Boolean all)
public Boolean isAll()
public void setAll(Boolean all)
public RemoveTagsFromResourceRequest instanceIds(List<String> instanceIds)
public RemoveTagsFromResourceRequest addInstanceIdsItem(String instanceIdsItem)
public RemoveTagsFromResourceRequest tagKeys(List<String> tagKeys)
public RemoveTagsFromResourceRequest addTagKeysItem(String tagKeysItem)
Copyright © 2026. All rights reserved.