@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImagesFilter extends Object implements Serializable, Cloneable, StructuredPojo
An object representing a filter on a DescribeImages operation.
| Constructor and Description |
|---|
DescribeImagesFilter() |
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesFilter |
clone() |
boolean |
equals(Object obj) |
String |
getTagStatus()
The tag status with which to filter your DescribeImages 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 DescribeImages results.
|
void |
setTagStatus(TagStatus tagStatus)
The tag status with which to filter your DescribeImages results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeImagesFilter |
withTagStatus(String tagStatus)
The tag status with which to filter your DescribeImages results.
|
DescribeImagesFilter |
withTagStatus(TagStatus tagStatus)
The tag status with which to filter your DescribeImages results.
|
public void setTagStatus(String tagStatus)
The tag status with which to filter your DescribeImages results. You can filter results based on whether
they are TAGGED or UNTAGGED.
tagStatus - The tag status with which to filter your DescribeImages results. You can filter results based on
whether they are TAGGED or UNTAGGED.TagStatuspublic String getTagStatus()
The tag status with which to filter your DescribeImages results. You can filter results based on whether
they are TAGGED or UNTAGGED.
TAGGED or UNTAGGED.TagStatuspublic DescribeImagesFilter withTagStatus(String tagStatus)
The tag status with which to filter your DescribeImages results. You can filter results based on whether
they are TAGGED or UNTAGGED.
tagStatus - The tag status with which to filter your DescribeImages 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 DescribeImages results. You can filter results based on whether
they are TAGGED or UNTAGGED.
tagStatus - The tag status with which to filter your DescribeImages results. You can filter results based on
whether they are TAGGED or UNTAGGED.TagStatuspublic DescribeImagesFilter withTagStatus(TagStatus tagStatus)
The tag status with which to filter your DescribeImages results. You can filter results based on whether
they are TAGGED or UNTAGGED.
tagStatus - The tag status with which to filter your DescribeImages results. You can filter results based on
whether they are TAGGED or UNTAGGED.TagStatuspublic String toString()
toString in class ObjectObject.toString()public DescribeImagesFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.