public class UntagResourcesRequest extends Object implements Serializable
| Constructor and Description |
|---|
UntagResourcesRequest(String resourceType,
List<String> resourceId) |
UntagResourcesRequest(String resourceType,
List<String> resourceId,
List<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getResourceId() |
String |
getResourceType() |
List<String> |
getTags() |
boolean |
isAll() |
void |
setAll(boolean all) |
void |
setResourceId(List<String> resourceId) |
void |
setResourceType(String resourceType) |
void |
setTags(List<String> tags) |
public UntagResourcesRequest(String resourceType, List<String> resourceId, List<String> tags)
Copyright © 2025. All Rights Reserved.