public class ListImagesFilter extends Object implements Serializable, Cloneable
An object representing a filter on a ListImages operation.
| Constructor and Description |
|---|
ListImagesFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListImagesFilter |
clone() |
boolean |
equals(Object obj) |
String |
getTagStatus()
The tag status with which to filter your ListImages results.
|
int |
hashCode() |
void |
setTagStatus(String tagStatus)
The tag status with which to filter your ListImages results.
|
void |
setTagStatus(TagStatus tagStatus)
The tag status with which to filter your ListImages results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListImagesFilter |
withTagStatus(String tagStatus)
The tag status with which to filter your ListImages results.
|
ListImagesFilter |
withTagStatus(TagStatus tagStatus)
The tag status with which to filter your ListImages results.
|
public void setTagStatus(String tagStatus)
The tag status with which to filter your ListImages results. You
can filter results based on whether they are TAGGED or
UNTAGGED.
tagStatus - The tag status with which to filter your ListImages
results. You can filter results based on whether they are
TAGGED or UNTAGGED.TagStatuspublic String getTagStatus()
The tag status with which to filter your ListImages results. You
can filter results based on whether they are TAGGED or
UNTAGGED.
TAGGED or UNTAGGED.TagStatuspublic ListImagesFilter withTagStatus(String tagStatus)
The tag status with which to filter your ListImages results. You
can filter results based on whether they are TAGGED or
UNTAGGED.
tagStatus - The tag status with which to filter your ListImages
results. You can filter results based on whether they are
TAGGED or UNTAGGED.TagStatuspublic void setTagStatus(TagStatus tagStatus)
The tag status with which to filter your ListImages results. You
can filter results based on whether they are TAGGED or
UNTAGGED.
tagStatus - The tag status with which to filter your ListImages
results. You can filter results based on whether they are
TAGGED or UNTAGGED.TagStatuspublic ListImagesFilter withTagStatus(TagStatus tagStatus)
The tag status with which to filter your ListImages results. You
can filter results based on whether they are TAGGED or
UNTAGGED.
tagStatus - The tag status with which to filter your ListImages
results. You can filter results based on whether they are
TAGGED or UNTAGGED.TagStatuspublic String toString()
toString in class ObjectObject.toString()public ListImagesFilter clone()
Copyright © 2016. All rights reserved.