public class ResourceTagsSearchCriteria
extends java.lang.Object
implements java.io.Serializable
The search criteria to be used to search tags.
| Constructor and Description |
|---|
ResourceTagsSearchCriteria() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
TagSearchCondition |
getTagSearchCondition()
The search criteria to be used to return tags.
|
int |
hashCode() |
void |
setTagSearchCondition(TagSearchCondition tagSearchCondition)
The search criteria to be used to return tags.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResourceTagsSearchCriteria |
withTagSearchCondition(TagSearchCondition tagSearchCondition)
The search criteria to be used to return tags.
|
public TagSearchCondition getTagSearchCondition()
The search criteria to be used to return tags.
The search criteria to be used to return tags.
public void setTagSearchCondition(TagSearchCondition tagSearchCondition)
The search criteria to be used to return tags.
tagSearchCondition - The search criteria to be used to return tags.
public ResourceTagsSearchCriteria withTagSearchCondition(TagSearchCondition tagSearchCondition)
The search criteria to be used to return tags.
Returns a reference to this object so that method calls can be chained together.
tagSearchCondition - The search criteria to be used to return tags.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object