@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceTagsSearchCriteria extends Object implements Serializable, Cloneable, StructuredPojo
The search criteria to be used to search tags.
Constructor and Description |
---|
ResourceTagsSearchCriteria() |
Modifier and Type | Method and Description |
---|---|
ResourceTagsSearchCriteria |
clone() |
boolean |
equals(Object obj) |
TagSearchCondition |
getTagSearchCondition()
The search criteria to be used to return tags.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTagSearchCondition(TagSearchCondition tagSearchCondition)
The search criteria to be used to return tags.
|
String |
toString()
Returns a string representation of this object.
|
ResourceTagsSearchCriteria |
withTagSearchCondition(TagSearchCondition tagSearchCondition)
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 TagSearchCondition getTagSearchCondition()
The search criteria to be used to return tags.
public ResourceTagsSearchCriteria withTagSearchCondition(TagSearchCondition tagSearchCondition)
The search criteria to be used to return tags.
tagSearchCondition
- The search criteria to be used to return tags.public String toString()
toString
in class Object
Object.toString()
public ResourceTagsSearchCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.