public class TagConditionForUpdateRuleInput extends Object
| Constructor and Description |
|---|
TagConditionForUpdateRuleInput() |
| Modifier and Type | Method and Description |
|---|---|
TagConditionForUpdateRuleInput |
addTagsItem(TagForUpdateRuleInput tagsItem) |
TagConditionForUpdateRuleInput |
condition(String condition) |
boolean |
equals(Object o) |
String |
getCondition()
Get condition
|
@Valid List<TagForUpdateRuleInput> |
getTags()
Get tags
|
int |
hashCode() |
void |
setCondition(String condition) |
void |
setTags(List<TagForUpdateRuleInput> tags) |
TagConditionForUpdateRuleInput |
tags(List<TagForUpdateRuleInput> tags) |
String |
toString() |
public TagConditionForUpdateRuleInput condition(String condition)
public String getCondition()
public void setCondition(String condition)
public TagConditionForUpdateRuleInput tags(List<TagForUpdateRuleInput> tags)
public TagConditionForUpdateRuleInput addTagsItem(TagForUpdateRuleInput tagsItem)
@Valid public @Valid List<TagForUpdateRuleInput> getTags()
public void setTags(List<TagForUpdateRuleInput> tags)
Copyright © 2026. All rights reserved.