@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)
Marshalls this structured data using the given
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
.TagStatus
public 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
.TagStatus
public 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
.TagStatus
public 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
.TagStatus
public 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
.TagStatus
public String toString()
toString
in class Object
Object.toString()
public ListImagesFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.