@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmiProductLastModifiedDateFilterDateRange extends Object implements Serializable, Cloneable, StructuredPojo
Object that contains date range of the last modified date to be filtered on. You can optionally provide a
BeforeValue
and/or AfterValue
. Both are inclusive.
Constructor and Description |
---|
AmiProductLastModifiedDateFilterDateRange() |
Modifier and Type | Method and Description |
---|---|
AmiProductLastModifiedDateFilterDateRange |
clone() |
boolean |
equals(Object obj) |
String |
getAfterValue()
Date after which the AMI product was last modified.
|
String |
getBeforeValue()
Date before which the AMI product was last modified.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAfterValue(String afterValue)
Date after which the AMI product was last modified.
|
void |
setBeforeValue(String beforeValue)
Date before which the AMI product was last modified.
|
String |
toString()
Returns a string representation of this object.
|
AmiProductLastModifiedDateFilterDateRange |
withAfterValue(String afterValue)
Date after which the AMI product was last modified.
|
AmiProductLastModifiedDateFilterDateRange |
withBeforeValue(String beforeValue)
Date before which the AMI product was last modified.
|
public AmiProductLastModifiedDateFilterDateRange()
public void setAfterValue(String afterValue)
Date after which the AMI product was last modified.
afterValue
- Date after which the AMI product was last modified.public String getAfterValue()
Date after which the AMI product was last modified.
public AmiProductLastModifiedDateFilterDateRange withAfterValue(String afterValue)
Date after which the AMI product was last modified.
afterValue
- Date after which the AMI product was last modified.public void setBeforeValue(String beforeValue)
Date before which the AMI product was last modified.
beforeValue
- Date before which the AMI product was last modified.public String getBeforeValue()
Date before which the AMI product was last modified.
public AmiProductLastModifiedDateFilterDateRange withBeforeValue(String beforeValue)
Date before which the AMI product was last modified.
beforeValue
- Date before which the AMI product was last modified.public String toString()
toString
in class Object
Object.toString()
public AmiProductLastModifiedDateFilterDateRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.