@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LifecyclePolicyPreviewFilter extends Object implements Serializable, Cloneable, StructuredPojo
The filter for the lifecycle policy preview.
| Constructor and Description |
|---|
LifecyclePolicyPreviewFilter() |
| Modifier and Type | Method and Description |
|---|---|
LifecyclePolicyPreviewFilter |
clone() |
boolean |
equals(Object obj) |
String |
getTagStatus()
The tag status of the image.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTagStatus(String tagStatus)
The tag status of the image.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LifecyclePolicyPreviewFilter |
withTagStatus(String tagStatus)
The tag status of the image.
|
LifecyclePolicyPreviewFilter |
withTagStatus(TagStatus tagStatus)
The tag status of the image.
|
public void setTagStatus(String tagStatus)
The tag status of the image.
tagStatus - The tag status of the image.TagStatuspublic String getTagStatus()
The tag status of the image.
TagStatuspublic LifecyclePolicyPreviewFilter withTagStatus(String tagStatus)
The tag status of the image.
tagStatus - The tag status of the image.TagStatuspublic LifecyclePolicyPreviewFilter withTagStatus(TagStatus tagStatus)
The tag status of the image.
tagStatus - The tag status of the image.TagStatuspublic String toString()
toString in class ObjectObject.toString()public LifecyclePolicyPreviewFilter 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.