public class TimeWindow
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
In a GetSampledRequests request, the StartTime
and
EndTime
objects specify the time range for which you want AWS
WAF to return a sample of web requests.
In a GetSampledRequests response, the StartTime
and
EndTime
objects specify the time range for which AWS WAF
actually returned a sample of web requests. AWS WAF gets the specified number
of requests from among the first 5,000 requests that your AWS resource
receives during the specified time period. If your resource receives more
than 5,000 requests during that period, AWS WAF stops sampling after the
5,000th request. In that case, EndTime
is the time that AWS WAF
received the 5,000th request.
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
endTime
The end of the time range from which you want
GetSampledRequests to return a sample of the requests that
your AWS resource received. |
private java.util.Date |
startTime
The beginning of the time range from which you want
GetSampledRequests to return a sample of the requests that
your AWS resource received. |
Constructor and Description |
---|
TimeWindow() |
Modifier and Type | Method and Description |
---|---|
TimeWindow |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getEndTime()
The end of the time range from which you want
GetSampledRequests to return a sample of the requests that
your AWS resource received. |
java.util.Date |
getStartTime()
The beginning of the time range from which you want
GetSampledRequests to return a sample of the requests that
your AWS resource received. |
int |
hashCode() |
void |
setEndTime(java.util.Date endTime)
The end of the time range from which you want
GetSampledRequests to return a sample of the requests that
your AWS resource received. |
void |
setStartTime(java.util.Date startTime)
The beginning of the time range from which you want
GetSampledRequests to return a sample of the requests that
your AWS resource received. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TimeWindow |
withEndTime(java.util.Date endTime)
The end of the time range from which you want
GetSampledRequests to return a sample of the requests that
your AWS resource received. |
TimeWindow |
withStartTime(java.util.Date startTime)
The beginning of the time range from which you want
GetSampledRequests to return a sample of the requests that
your AWS resource received. |
private java.util.Date startTime
The beginning of the time range from which you want
GetSampledRequests
to return a sample of the requests that
your AWS resource received. You can specify any time range in the
previous three hours.
private java.util.Date endTime
The end of the time range from which you want
GetSampledRequests
to return a sample of the requests that
your AWS resource received. You can specify any time range in the
previous three hours.
public void setStartTime(java.util.Date startTime)
The beginning of the time range from which you want
GetSampledRequests
to return a sample of the requests that
your AWS resource received. You can specify any time range in the
previous three hours.
startTime
- The beginning of the time range from which you want
GetSampledRequests
to return a sample of the requests
that your AWS resource received. You can specify any time range in
the previous three hours.public java.util.Date getStartTime()
The beginning of the time range from which you want
GetSampledRequests
to return a sample of the requests that
your AWS resource received. You can specify any time range in the
previous three hours.
GetSampledRequests
to return a sample of the
requests that your AWS resource received. You can specify any
time range in the previous three hours.public TimeWindow withStartTime(java.util.Date startTime)
The beginning of the time range from which you want
GetSampledRequests
to return a sample of the requests that
your AWS resource received. You can specify any time range in the
previous three hours.
startTime
- The beginning of the time range from which you want
GetSampledRequests
to return a sample of the requests
that your AWS resource received. You can specify any time range in
the previous three hours.public void setEndTime(java.util.Date endTime)
The end of the time range from which you want
GetSampledRequests
to return a sample of the requests that
your AWS resource received. You can specify any time range in the
previous three hours.
endTime
- The end of the time range from which you want
GetSampledRequests
to return a sample of the requests
that your AWS resource received. You can specify any time range in
the previous three hours.public java.util.Date getEndTime()
The end of the time range from which you want
GetSampledRequests
to return a sample of the requests that
your AWS resource received. You can specify any time range in the
previous three hours.
GetSampledRequests
to return a sample of the
requests that your AWS resource received. You can specify any
time range in the previous three hours.public TimeWindow withEndTime(java.util.Date endTime)
The end of the time range from which you want
GetSampledRequests
to return a sample of the requests that
your AWS resource received. You can specify any time range in the
previous three hours.
endTime
- The end of the time range from which you want
GetSampledRequests
to return a sample of the requests
that your AWS resource received. You can specify any time range in
the previous three hours.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public TimeWindow clone()
clone
in class java.lang.Object