@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.TagStatus
public String getTagStatus()
The tag status of the image.
TagStatus
public LifecyclePolicyPreviewFilter withTagStatus(String tagStatus)
The tag status of the image.
tagStatus
- The tag status of the image.TagStatus
public LifecyclePolicyPreviewFilter withTagStatus(TagStatus tagStatus)
The tag status of the image.
tagStatus
- The tag status of the image.TagStatus
public String toString()
toString
in class Object
Object.toString()
public LifecyclePolicyPreviewFilter 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.