Class TimestampRange
java.lang.Object
com.amazonaws.services.inspector.model.TimestampRange
- All Implemented Interfaces:
Serializable
,Cloneable
This data type is used in the AssessmentRunFilter data type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The minimum value of the timestamp range.The maximum value of the timestamp range.int
hashCode()
void
setBeginDate
(Date beginDate) The minimum value of the timestamp range.void
setEndDate
(Date endDate) The maximum value of the timestamp range.toString()
Returns a string representation of this object; useful for testing and debugging.withBeginDate
(Date beginDate) The minimum value of the timestamp range.withEndDate
(Date endDate) The maximum value of the timestamp range.
-
Constructor Details
-
TimestampRange
public TimestampRange()
-
-
Method Details
-
setBeginDate
The minimum value of the timestamp range.
- Parameters:
beginDate
- The minimum value of the timestamp range.
-
getBeginDate
The minimum value of the timestamp range.
- Returns:
- The minimum value of the timestamp range.
-
withBeginDate
The minimum value of the timestamp range.
- Parameters:
beginDate
- The minimum value of the timestamp range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEndDate
The maximum value of the timestamp range.
- Parameters:
endDate
- The maximum value of the timestamp range.
-
getEndDate
The maximum value of the timestamp range.
- Returns:
- The maximum value of the timestamp range.
-
withEndDate
The maximum value of the timestamp range.
- Parameters:
endDate
- The maximum value of the timestamp range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-