@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImagesFilter extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller) |
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.
|
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.