@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LifecyclePolicyPreviewSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the lifecycle policy preview request.
| Constructor and Description |
|---|
LifecyclePolicyPreviewSummary() |
| Modifier and Type | Method and Description |
|---|---|
LifecyclePolicyPreviewSummary |
clone() |
boolean |
equals(Object obj) |
Integer |
getExpiringImageTotalCount()
The number of expiring images.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExpiringImageTotalCount(Integer expiringImageTotalCount)
The number of expiring images.
|
String |
toString()
Returns a string representation of this object.
|
LifecyclePolicyPreviewSummary |
withExpiringImageTotalCount(Integer expiringImageTotalCount)
The number of expiring images.
|
public void setExpiringImageTotalCount(Integer expiringImageTotalCount)
The number of expiring images.
expiringImageTotalCount - The number of expiring images.public Integer getExpiringImageTotalCount()
The number of expiring images.
public LifecyclePolicyPreviewSummary withExpiringImageTotalCount(Integer expiringImageTotalCount)
The number of expiring images.
expiringImageTotalCount - The number of expiring images.public String toString()
toString in class ObjectObject.toString()public LifecyclePolicyPreviewSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.