@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; useful for testing and debugging.
|
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 Object
Object.toString()
public LifecyclePolicyPreviewSummary 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.