@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmiProductLastModifiedDateFilter extends Object implements Serializable, Cloneable, StructuredPojo
Object that allows filtering based on the last modified date of AMI products.
| Constructor and Description |
|---|
AmiProductLastModifiedDateFilter() |
| Modifier and Type | Method and Description |
|---|---|
AmiProductLastModifiedDateFilter |
clone() |
boolean |
equals(Object obj) |
AmiProductLastModifiedDateFilterDateRange |
getDateRange()
Dates between which the AMI product was last modified.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDateRange(AmiProductLastModifiedDateFilterDateRange dateRange)
Dates between which the AMI product was last modified.
|
String |
toString()
Returns a string representation of this object.
|
AmiProductLastModifiedDateFilter |
withDateRange(AmiProductLastModifiedDateFilterDateRange dateRange)
Dates between which the AMI product was last modified.
|
public void setDateRange(AmiProductLastModifiedDateFilterDateRange dateRange)
Dates between which the AMI product was last modified.
dateRange - Dates between which the AMI product was last modified.public AmiProductLastModifiedDateFilterDateRange getDateRange()
Dates between which the AMI product was last modified.
public AmiProductLastModifiedDateFilter withDateRange(AmiProductLastModifiedDateFilterDateRange dateRange)
Dates between which the AMI product was last modified.
dateRange - Dates between which the AMI product was last modified.public String toString()
toString in class ObjectObject.toString()public AmiProductLastModifiedDateFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.