@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
.TagStatus
public 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
.TagStatus
public 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
.TagStatus
public 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
.TagStatus
public 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
.TagStatus
public String toString()
toString
in class Object
Object.toString()
public DescribeImagesFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.