@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public AmiProductLastModifiedDateFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.